Skip to content

Commit

Permalink
chore: release 0.1.10 -> 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 28, 2024
1 parent c0f829a commit 03d897f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## [v0.1.10](https://github.com/jj-style/gobal-player/compare/v0.1.9...HEAD) (2024-03-28)
## [v0.1.11](https://github.com/jj-style/gobal-player/compare/v0.1.10...HEAD) (2024-03-28)

### Fixes

* **docker:** fix docker image name for release
([c0f829a](https://github.com/jj-style/gobal-player/commit/c0f829a65afb5f1a69e92748e018d9185a7800b5))

### [v0.1.10](https://github.com/jj-style/gobal-player/compare/v0.1.9...v0.1.10) (2024-03-28)

### [v0.1.9](https://github.com/jj-style/gobal-player/compare/v0.1.8...v0.1.9) (2024-03-28)

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

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

0 comments on commit 03d897f

Please sign in to comment.