diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca93b6..e4c9994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,22 @@ # Changelog -## [v0.1.15](https://github.com/jj-style/gobal-player/compare/v0.1.14...HEAD) (2024-03-31) +## [v0.1.16](https://github.com/jj-style/gobal-player/compare/v0.1.15...HEAD) (2024-03-31) -### Features +### Fixes + +* test release +([f1e4e62](https://github.com/jj-style/gobal-player/commit/f1e4e621c3f998f4d49c1ec813752eb37f70cc6c)) + +### [v0.1.15](https://github.com/jj-style/gobal-player/compare/v0.1.14...v0.1.15) (2024-03-31) + +#### Features * **server:** RSS feeds for shows and episodes (#20) ([ea8b366](https://github.com/jj-style/gobal-player/commit/ea8b3662a5ec915ab3d6f77fe57e37c258cd3526)), closes [#20](https://github.com/jj-style/gobal-player/issues/20) [#17](https://github.com/jj-style/gobal-player/issues/17) -### Fixes +#### Fixes * **ci:** convco local path to binary ([f2b35d4](https://github.com/jj-style/gobal-player/commit/f2b35d4ef8d57f7557da50f385bc2e69ea76afdd)) diff --git a/README.md b/README.md index 1981065..93b44d9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Published in the [AUR: gobal-player-tui](https://aur.archlinux.org/packages/goba #### From source ```bash -go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.15 +go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.16 gobal-player-tui ``` @@ -35,7 +35,7 @@ RESTful server with friendly APIs to global player, and more features coming soo ### Docker -Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player/gobal-player-server:v0.1.15` +Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player/gobal-player-server:v0.1.16` ## Developing