Skip to content

Commit

Permalink
Add bullseye package
Browse files Browse the repository at this point in the history
  • Loading branch information
mincequi committed May 2, 2022
1 parent 3bda104 commit ae86c56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1]
### Added
- bullseye package

## [0.8.0]
### Added
- WebSocket control
Expand Down
2 changes: 1 addition & 1 deletion cornrowd/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main(int argc, char **argv) {

QCoreApplication a(argc, argv);
QCoreApplication::setApplicationName("cornrowd");
QCoreApplication::setApplicationVersion("0.8.0");
QCoreApplication::setApplicationVersion("0.8.1");

// Parse command line options
QCommandLineParser parser;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cornrowd (0.8.1) bullseye; urgency=medium

* Add bullseye package

-- Manuel Weichselbaumer <mincequi@web.de> Mon, 02 May 2022 20:00:00 +0100

cornrowd (0.8.0) buster; urgency=medium

* Add WebSocket control
Expand Down

0 comments on commit ae86c56

Please sign in to comment.