Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Apr 9, 2023
2 parents a44ad3e + f4f152d commit 285235e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.6.1] - 2023-04-09

## [0.6.0] - 2023-04-09
### Changed
* Update dependencies
Expand Down Expand Up @@ -55,7 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Initial release

[Unreleased]: https://github.com/nwtgck/go-piping-server/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-server/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/nwtgck/go-piping-server/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/nwtgck/go-piping-server/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/nwtgck/go-piping-server/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/nwtgck/go-piping-server/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.6.0"
const Version = "0.6.1"

0 comments on commit 285235e

Please sign in to comment.