Skip to content

Commit 2d5da2b

Browse files
author
Tony Crisci
committed
bump to version 0.6.1
1 parent 2032a74 commit 2d5da2b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.6.1
4+
5+
Version 0.6.1 includes bug fixes and some minor features.
6+
7+
* Bugfix: unref of a null player when no players are present
8+
* Playerctl now searches the system bus for players
9+
* Parse trackid as a string as a workaround for noncompliant players
10+
* Various meson fixes
11+
312
## Version 0.6.0
413

514
Version 0.6.0 includes bug fixes and new features.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([playerctl_major_version], [0])
22
m4_define([playerctl_minor_version], [6])
3-
m4_define([playerctl_micro_version], [0])
3+
m4_define([playerctl_micro_version], [1])
44

55
m4_define([playerctl_version], [playerctl_major_version.playerctl_minor_version.playerctl_micro_version])
66

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'playerctl',
33
'c',
4-
version: '0.6.0',
4+
version: '0.6.1',
55
meson_version: '>=0.46.0'
66
)
77

0 commit comments

Comments
 (0)