Skip to content

Commit 8391f6a

Browse files
committed
Release Version 0.8.0
Signed-off-by: Kristofer Rye <[email protected]>
1 parent d38a957 commit 8391f6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ 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.8.0] - 2020-02-26
13+
### Added
14+
- `is_cidr` method on `NetAddr`, `Netv4Addr`, and `Netv6Addr` to return whether the represented netaddr is CIDR or not.
15+
1116
### Changed
1217
- Updated the `serde::de` behavior to be slightly more informative and standard.
1318

@@ -95,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95100
- An impl for `PartialOrd` on `NetAddr` for comparing two networks first by network address and then by netmask.
96101
- Tests for all of these Added features.
97102

103+
[0.8.0]: https://github.com/rye/rust-netaddr2/releases/tag/v0.8.0
98104
[0.7.1]: https://github.com/rye/rust-netaddr2/releases/tag/v0.7.1
99105
[0.7.0]: https://github.com/rye/rust-netaddr2/releases/tag/v0.7.0
100106
[0.6.1]: https://github.com/rye/rust-netaddr2/releases/tag/v0.6.1

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.1"
3+
version = "0.8.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Kristofer Rye <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)