Skip to content

Commit

Permalink
chore: release 0.1.15 -> 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 31, 2024
1 parent f1e4e62 commit 4e539df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].15
go install github.com/jj-style/gobal-player/cmd/[email protected].16
gobal-player-tui
```

Expand All @@ -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

Expand Down

0 comments on commit 4e539df

Please sign in to comment.