Skip to content

Commit

Permalink
Merge pull request #140 from cybozu-go/2.0.3
Browse files Browse the repository at this point in the history
Bump version to 2.0.3
  • Loading branch information
ymmt2005 authored Mar 17, 2021
2 parents 59bb176 + fdfc18d commit a264625
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.3] - 2021-03-17

### Fixed

- Fix BMC server startup failure (#139)
- Stabilize small test by extending timeout period (#138)
- Import cybozu-go/netutil and replace DetectMTU (#137)

## [2.0.2] - 2021-02-19

### Fixed
Expand Down Expand Up @@ -147,7 +155,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.2...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.0.3...HEAD
[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
[2.0.0]: https://github.com/cybozu-go/placemat/compare/v1.5.3...v2.0.0
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.2"
const version = "2.0.3"

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

0 comments on commit a264625

Please sign in to comment.