Skip to content

Commit

Permalink
Release Version 0.9.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 27, 2020
1 parent cf4f83a commit c29dc73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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.9.0] - 2020-02-26
### Changed
- **Breaking**: Adjusted the signature of the `Contains` trait to take a type parameter.

Expand Down Expand Up @@ -105,6 +107,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.9.0]: https://github.com/rye/rust-netaddr2/releases/tag/v0.9.0
[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
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.8.0"
version = "0.9.0"
license = "MIT OR Apache-2.0"
authors = ["Kristofer Rye <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit c29dc73

Please sign in to comment.