Skip to content

Commit

Permalink
Merge pull request #10 from cybozu-go/bump-1.3.0
Browse files Browse the repository at this point in the history
Bump version to 1.3.0
  • Loading branch information
ysksuzuki committed Dec 15, 2020
2 parents a79f76c + 8186e55 commit e6f689c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.3.0] - 2020-12-15

### Added
- Add `IPAdd` and `IPDiff` for IPv4/v6 address calculations
- Add `EqualIP` matcher for Ginkgo tests
Expand All @@ -25,7 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- `IsNetworkUnreachable`, `IsConnectionRefused`, `IsNoRouteToHost` functions to identify network errors.

[Unreleased]: https://github.com/cybozu-go/log/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/cybozu-go/log/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/cybozu-go/log/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/cybozu-go/log/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/cybozu-go/log/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/cybozu-go/log/compare/v1.0.0...v1.0.1

0 comments on commit e6f689c

Please sign in to comment.