Skip to content

Commit 5bf336b

Browse files
committed
Bump release, update changelog and release notes
1 parent c1fa0b2 commit 5bf336b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
November 15, 2022 :
6-
RoonCommandLine version 2.0.6 release 1 is a minor feature update
6+
RoonCommandLine version 2.0.6 release 2 is a minor feature update
77

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

1113
October 07, 2022 :
1214
RoonCommandLine version 2.0.5 release 5 is a minor packaging update

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VERSION=2.0.6
2-
RELEASE=1
2+
RELEASE=2

pkg/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RoonCommandLine Release Notes
22

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

55
## Installation
66

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

1313
Install the package on Debian based systems by executing the command
1414
```bash
15-
sudo apt install ./RoonCommandLine_2.0.6-1.deb
15+
sudo apt install ./RoonCommandLine_2.0.6-2.deb
1616
```
1717

1818
Install the package on RPM based systems by executing the command
1919
```bash
20-
sudo yum localinstall ./RoonCommandLine-2.0.6-1.rpm
20+
sudo yum localinstall ./RoonCommandLine-2.0.6-2.rpm
2121
```
2222

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

0 commit comments

Comments
 (0)