Skip to content

Commit

Permalink
chore: release 0.1.14 -> 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 31, 2024
1 parent f2b35d4 commit fd13091
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Changelog

## [v0.1.14](https://github.com/jj-style/gobal-player/compare/v0.1.13...HEAD) (2024-03-31)
## [v0.1.15](https://github.com/jj-style/gobal-player/compare/v0.1.14...HEAD) (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

* **ci:** convco local path to binary
([f2b35d4](https://github.com/jj-style/gobal-player/commit/f2b35d4ef8d57f7557da50f385bc2e69ea76afdd))

### [v0.1.14](https://github.com/jj-style/gobal-player/compare/v0.1.13...v0.1.14) (2024-03-31)

#### Fixes

* **ci:** convco version missing "v" prefix
([a4a3f42](https://github.com/jj-style/gobal-player/commit/a4a3f42a24e8e6586949460f86f27ff2c8357174))

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].14
go install github.com/jj-style/gobal-player/cmd/[email protected].15
gobal-player-tui
```

Expand All @@ -34,7 +34,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.14`
Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player/gobal-player-server:v0.1.15`

## Developing

Expand Down

0 comments on commit fd13091

Please sign in to comment.