We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d17e11 commit b71e5e9Copy full SHA for b71e5e9
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## Unreleased
11
12
+## [0.5.0] - 2019-10-20
13
+### Added
14
+- Implementation for `core::fmt::Display` on the `NetAddr` enum and the `Netv4Addr` and `Netv6Addr` structs.
15
+
16
## [0.4.1] - 2019-09-29
17
### Added
18
- Tests for the `Merge` trait.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "netaddr2"
3
-version = "0.4.1"
+version = "0.5.0"
4
license = "MIT OR Apache-2.0"
5
authors = ["Kristofer Rye <kristofer.rye@gmail.com>"]
6
edition = "2018"
0 commit comments