From fde0a869dc73ff0ed3285fb7a1a85b0abc72d500 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 8 Aug 2020 17:22:57 -0400 Subject: [PATCH] bump to version 2.2.1 See the CHANGELOG for more information --- CHANGELOG.md | 8 ++++++++ meson.build | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ef33c..cc22ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/meson.build b/meson.build index f775178..9e163fd 100644 --- a/meson.build +++ b/meson.build @@ -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')