We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82c37f commit d33543cCopy full SHA for d33543c
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.7.1] - 2019-01-12
13
+### Added
14
+- Documented a few undocumented types.
15
+
16
## [0.7.0] - 2019-12-24
17
### Added
18
- A new `Result<T, Error>` type, which is a sugar around the nascent `Error` type.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "netaddr2"
3
-version = "0.7.0"
+version = "0.7.1"
4
license = "MIT OR Apache-2.0"
5
authors = ["Kristofer Rye <kristofer.rye@gmail.com>"]
6
edition = "2018"
0 commit comments