Skip to content

Commit

Permalink
Bump version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroalphat committed Nov 14, 2023
1 parent a12a265 commit c7943b1
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.4.6] - 2023-11-14

### Changed
- Update dependencies in [#28](https://github.com/cybozu-go/netutil/pull/28)
- Upgrade direct dependencies in go.mod
Expand Down Expand Up @@ -71,7 +73,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/netutil/compare/v1.4.5...HEAD
[Unreleased]: https://github.com/cybozu-go/netutil/compare/v1.4.6...HEAD
[1.4.6]: https://github.com/cybozu-go/netutil/compare/v1.4.5...v1.4.6
[1.4.5]: https://github.com/cybozu-go/netutil/compare/v1.4.4...v1.4.5
[1.4.4]: https://github.com/cybozu-go/netutil/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/cybozu-go/netutil/compare/v1.4.2...v1.4.3
Expand Down

0 comments on commit c7943b1

Please sign in to comment.