Skip to content

Commit f65118a

Browse files
committed
Release Version 0.6.0
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent 95f52d1 commit f65118a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security -->
99

1010
## Unreleased
11+
12+
## [0.6.0] - 2019-11-18
1113
### Added
1214
- Implementations for `serde::Serialize` and `serde::Deserialize` on core types, gated behind the `serde` feature
1315

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.5.0"
3+
version = "0.6.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Kristofer Rye <kristofer.rye@gmail.com>"]
66
edition = "2018"

0 commit comments

Comments
 (0)