Skip to content

Commit cf66c7b

Browse files
committed
Release Version 0.7.0
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent d93e2fd commit cf66c7b

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.7.0] - 2019-12-24
1113
### Added
1214
- A new `Result<T, Error>` type, which is a sugar around the nascent `Error` type.
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.6.1"
3+
version = "0.7.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Kristofer Rye <kristofer.rye@gmail.com>"]
66
edition = "2018"

0 commit comments

Comments
 (0)