-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: prepare CHANGELOG.md for release
- Loading branch information
1 parent
93ee0b3
commit 09e02f9
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
# Changelog | ||
|
||
## v0.2.2 | ||
|
||
- add go mod retract directive to fix accidental released v1.1.0 fail | ||
|
||
## v0.2.1 | ||
|
||
- make goreportcard 100% happy | ||
|
||
## v0.2.0 | ||
|
||
- fix dbusConnWrapper close handling | ||
- update go deps | ||
|
||
## v0.1.0 | ||
|
||
- add mpris MediaPlayer2.Player signals (all) | ||
- add ability to close dbus connection | ||
|
||
## v0.0.1 | ||
|
||
- add mpris MediaPlayer2.Player methods (all) | ||
- add mpris MediaPlayer2.Player properties (all) |