Skip to content

Commit

Permalink
prepare release of 0.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed May 1, 2024
1 parent b902f74 commit 582adc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## v0.2.0-beta.2 -- 2024-05-01

### Highlights

* implement `std::error::Error` for `IpnetTrieError`
* it should work with `?` operator for `anyhow` now

## v0.2.0-beta.1 -- 2024-02-20

### Highlights
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipnet-trie"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
license = "MIT"
keywords = ["ip", "network", "address", "bgp", "trie"]
Expand All @@ -27,7 +27,8 @@ export = ["bincode"]
criterion = "0.5"
oneio = "0.16"
tempdir = "0.3"
bgpkit-parser = "0.10.0"
bgpkit-parser = "0.10"
anyhow = "1.0"

[[bench]]
name = "benchmark"
Expand Down

0 comments on commit 582adc1

Please sign in to comment.