Skip to content

Commit

Permalink
Release Version 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Feb 26, 2020
1 parent d38a957 commit 8391f6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security -->

## Unreleased

## [0.8.0] - 2020-02-26
### Added
- `is_cidr` method on `NetAddr`, `Netv4Addr`, and `Netv6Addr` to return whether the represented netaddr is CIDR or not.

### Changed
- Updated the `serde::de` behavior to be slightly more informative and standard.

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

[0.8.0]: https://github.com/rye/rust-netaddr2/releases/tag/v0.8.0
[0.7.1]: https://github.com/rye/rust-netaddr2/releases/tag/v0.7.1
[0.7.0]: https://github.com/rye/rust-netaddr2/releases/tag/v0.7.0
[0.6.1]: https://github.com/rye/rust-netaddr2/releases/tag/v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netaddr2"
version = "0.7.1"
version = "0.8.0"
license = "MIT OR Apache-2.0"
authors = ["Kristofer Rye <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 8391f6a

Please sign in to comment.