Skip to content

Commit fde0a86

Browse files
author
Tony Crisci
committed
bump to version 2.2.1
See the CHANGELOG for more information
1 parent cb05577 commit fde0a86

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Version 2.2.1
4+
5+
Version 2.2.1 contains some bugfixes and new features.
6+
7+
* Fix a crash when the `emoji()` template function is used (#167)
8+
* Add a `shift` command to `playerctld` to shift the active player (#173)
9+
* Fix a crash when system players are present (#175)
10+
311
## Version 2.1.1
412

513
Version 2.1.1 contains some bugfixes and new features.

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
project(
22
'playerctl',
33
'c',
4-
version: '2.1.1',
4+
version: '2.2.1',
55
meson_version: '>=0.50.0'
66
)
77

8-
release_date = 'January 31, 2020'
8+
release_date = 'August 8, 2020'
99

1010
gnome = import('gnome')
1111
pkgconfig = import('pkgconfig')

0 commit comments

Comments
 (0)