Skip to content

Commit

Permalink
chore: release 0.1.12 -> 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 31, 2024
1 parent 41acff8 commit e039727
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

### Fixes

* **ci:** convco changelog for released version
([41acff8](https://github.com/jj-style/gobal-player/commit/41acff8c46c254811ece31ea4dfb219dffafade3)),
closes [#19](https://github.com/jj-style/gobal-player/issues/19)

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

#### Features
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].12
go install github.com/jj-style/gobal-player/cmd/[email protected].13
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.12`
Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player/gobal-player-server:v0.1.13`

## Developing

Expand Down

0 comments on commit e039727

Please sign in to comment.