Skip to content

Commit

Permalink
bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acrisci committed Jul 1, 2018
1 parent 2032a74 commit 2d5da2b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.6.1

Version 0.6.1 includes bug fixes and some minor features.

* Bugfix: unref of a null player when no players are present
* Playerctl now searches the system bus for players
* Parse trackid as a string as a workaround for noncompliant players
* Various meson fixes

## Version 0.6.0

Version 0.6.0 includes bug fixes and new features.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([playerctl_major_version], [0])
m4_define([playerctl_minor_version], [6])
m4_define([playerctl_micro_version], [0])
m4_define([playerctl_micro_version], [1])

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

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'playerctl',
'c',
version: '0.6.0',
version: '0.6.1',
meson_version: '>=0.46.0'
)

Expand Down

0 comments on commit 2d5da2b

Please sign in to comment.