Skip to content

Commit

Permalink
bump to version 2.2.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more information
  • Loading branch information
Tony Crisci committed Aug 8, 2020
1 parent cb05577 commit fde0a86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 2.2.1

Version 2.2.1 contains some bugfixes and new features.

* Fix a crash when the `emoji()` template function is used (#167)
* Add a `shift` command to `playerctld` to shift the active player (#173)
* Fix a crash when system players are present (#175)

## Version 2.1.1

Version 2.1.1 contains some bugfixes and new features.
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project(
'playerctl',
'c',
version: '2.1.1',
version: '2.2.1',
meson_version: '>=0.50.0'
)

release_date = 'January 31, 2020'
release_date = 'August 8, 2020'

gnome = import('gnome')
pkgconfig = import('pkgconfig')
Expand Down

0 comments on commit fde0a86

Please sign in to comment.