Skip to content

Commit

Permalink
Bump release, update changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 15, 2022
1 parent c1fa0b2 commit 5bf336b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
All notable changes to this project will be documented in this file.

November 15, 2022 :
RoonCommandLine version 2.0.6 release 1 is a minor feature update
RoonCommandLine version 2.0.6 release 2 is a minor feature update

This release adds support for:
* Add list_playlist_tracks to list a playlist's tracks
* Run roonapi commands in postinstall as user if provided
* Don't use tput in postinstall (can trip up Kitty)

October 07, 2022 :
RoonCommandLine version 2.0.5 release 5 is a minor packaging update
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=2.0.6
RELEASE=1
RELEASE=2
6 changes: 3 additions & 3 deletions pkg/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RoonCommandLine Release Notes

RoonCommandLine version 2.0.6 release 1 is a minor feature update. This release adds support for listing a playlist's tracks.
RoonCommandLine version 2.0.6 release 2 is a minor feature update. This release adds support for listing a playlist's tracks.

## Installation

Expand All @@ -12,12 +12,12 @@ The installation automatically detects and stores the Roon Core IP and port. The

Install the package on Debian based systems by executing the command
```bash
sudo apt install ./RoonCommandLine_2.0.6-1.deb
sudo apt install ./RoonCommandLine_2.0.6-2.deb
```

Install the package on RPM based systems by executing the command
```bash
sudo yum localinstall ./RoonCommandLine-2.0.6-1.rpm
sudo yum localinstall ./RoonCommandLine-2.0.6-2.rpm
```

Removal of the package on Debian based systems can be accomplished by issuing the command:
Expand Down

0 comments on commit 5bf336b

Please sign in to comment.