Skip to content

Commit

Permalink
Release Version 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Oct 20, 2019
1 parent 0d17e11 commit b71e5e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.5.0] - 2019-10-20
### Added
- Implementation for `core::fmt::Display` on the `NetAddr` enum and the `Netv4Addr` and `Netv6Addr` structs.

## [0.4.1] - 2019-09-29
### Added
- Tests for the `Merge` trait.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netaddr2"
version = "0.4.1"
version = "0.5.0"
license = "MIT OR Apache-2.0"
authors = ["Kristofer Rye <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit b71e5e9

Please sign in to comment.