Skip to content

Commit

Permalink
prepare v0.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Nov 1, 2024
1 parent 92656e5 commit 47cb680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
* Full API docs is available at `https://api.bgpkit.com/docs`
* add `get_peers` to `BgpkitBroker` struct
* fetches the list of peers for a given collector
* can specify filters the same way as querying MRT files
* allow specifying filters the same way as querying MRT files
* available filter functions include:
* `.peers_asn(ASN)`
* `.peers_ip(IP)`
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 = "bgpkit-broker"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
readme = "README.md"
Expand Down

0 comments on commit 47cb680

Please sign in to comment.