Skip to content

Commit b71e5e9

Browse files
committed
Release Version 0.5.0
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent 0d17e11 commit b71e5e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

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+
1216
## [0.4.1] - 2019-09-29
1317
### Added
1418
- Tests for the `Merge` trait.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netaddr2"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Kristofer Rye <kristofer.rye@gmail.com>"]
66
edition = "2018"

0 commit comments

Comments
 (0)