Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mincequi committed Nov 28, 2019
1 parent ee1b0b1 commit eb5cd73
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.5.0]
### Removed
- Gstreamer dependencies

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

QCoreApplication a(argc, argv);
QCoreApplication::setApplicationName("cornrowd");
QCoreApplication::setApplicationVersion("0.4.0");
QCoreApplication::setApplicationVersion("0.5.0");

// 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.5.0) buster; urgency=medium

* Remove gstreamer as dependency

-- Manuel Weichselbaumer <[email protected]> Sun, 28 Nov 2019 22:45:00 +0100

cornrowd (0.4.0) buster; urgency=medium

* Add crossover filter.
Expand Down

0 comments on commit eb5cd73

Please sign in to comment.