From 1e5bdb06c602c6050f09a3207e33603cd174070b Mon Sep 17 00:00:00 2001 From: JJ Style Date: Wed, 20 Mar 2024 08:23:14 +0000 Subject: [PATCH] chore: release 0.1.7 -> 0.1.8 --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f288c..4c93027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v0.1.7](https://github.com/jj-style/gobal-player/compare/v0.1.6...HEAD) (2024-03-13) +## [v0.1.8](https://github.com/jj-style/gobal-player/compare/v0.1.7...HEAD) (2024-03-20) + +### Features + +* **tui:** set preferred station in config +([de5040e](https://github.com/jj-style/gobal-player/commit/de5040eb7799b98f85b0a6f8107b22dcf7511a85)), +closes [#13](https://github.com/jj-style/gobal-player/issues/13) + +### [v0.1.7](https://github.com/jj-style/gobal-player/compare/v0.1.6...v0.1.7) (2024-03-13) ### [v0.1.6](https://github.com/jj-style/gobal-player/compare/v0.1.5...v0.1.6) (2024-03-12) diff --git a/README.md b/README.md index 4a3d7f4..146ac03 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.7 +go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.8 gobal-player-tui ```