Skip to content

Commit

Permalink
Bump release, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed May 21, 2024
1 parent ded569b commit 7e4f211
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.

May 20, 2024 :
RoonCommandLine version 2.1.2 release 1
RoonCommandLine version 2.1.2 release 2

This release provides support for installation and use of 'roon-tui'
* Install 'roon-tui' with 'roon -I'
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.1.2
RELEASE=1
RELEASE=2
2 changes: 1 addition & 1 deletion etc/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ -f "${ROON_DOC}/VERSION" ]; then
else
# Should not happen but if it did we fake it
version="2.1.2"
release="1"
release="2"
fi

# Copy in distributed roon_api.ini template if no previous one exists
Expand Down
8 changes: 4 additions & 4 deletions pkg/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RoonCommandLine Release Notes

RoonCommandLine version 2.1.2 release 1 provides support for:
RoonCommandLine version 2.1.2 release 2 provides support for:

- Installation and use of the `roon-tui` Roon terminal user interface
- Install `roon-tui` with `roon -I`
Expand All @@ -19,13 +19,13 @@ Download the latest Debian or RPM package format release from the **Assets** sec
Install the package on Debian based systems by executing the command

```bash
sudo apt install ./RoonCommandLine_2.1.2-1.deb
sudo apt install ./RoonCommandLine_2.1.2-2.deb
```

Install the package on RPM based systems by executing the command

```bash
sudo yum localinstall ./RoonCommandLine-2.1.2-1.rpm
sudo yum localinstall ./RoonCommandLine-2.1.2-2.rpm
```

Removal of the package on Debian based systems can be accomplished by issuing the command:
Expand Down Expand Up @@ -107,6 +107,6 @@ Version 2.0.7 release 1 added support for:
- Add `get_zone_remaining` to get remaining time for now playing in zone
- Add `get_zone_volume` and `get_zone_attributes.py`

View the full changelog for this release at <https://github.com/doctorfree/RoonCommandLine/blob/v2.1.2r1/CHANGELOG.md>
View the full changelog for this release at <https://github.com/doctorfree/RoonCommandLine/blob/v2.1.2r2/CHANGELOG.md>

See [CHANGELOG.md](https://github.com/doctorfree/RoonCommandLine/blob/master/CHANGELOG.md) for a full list of changes in every RoonCommandLine release

0 comments on commit 7e4f211

Please sign in to comment.