Skip to content

Commit d33543c

Browse files
committed
Release Version 0.7.1
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
1 parent a82c37f commit d33543c

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.7.1] - 2019-01-12
13+
### Added
14+
- Documented a few undocumented types.
15+
1216
## [0.7.0] - 2019-12-24
1317
### Added
1418
- A new `Result<T, Error>` type, which is a sugar around the nascent `Error` type.

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

0 commit comments

Comments
 (0)