Skip to content

Commit

Permalink
Merge pull request #142 from cybozu-go/2.0.4
Browse files Browse the repository at this point in the history
Bump version to 2.0.4
  • Loading branch information
ysksuzuki authored Mar 22, 2021
2 parents 89b270f + 63f12a0 commit a63f6bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.4] - 2021-03-22

### Fixed

- Fix example (#141)
- The PR #141 also fixed the bug that doesn't expand SUDO_USER environment variable.

## [2.0.3] - 2021-03-17

### Fixed
Expand Down Expand Up @@ -155,7 +162,8 @@ See [upgrade_v2.md](docs/upgrade_v2.md) for more information.

- Many things. See git log.

[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/cybozu-go/placemat/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/cybozu-go/placemat/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/cybozu-go/placemat/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/cybozu-go/placemat/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.0.3"
const version = "2.0.4"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit a63f6bd

Please sign in to comment.