Skip to content

Commit

Permalink
prepare v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Oct 3, 2024
1 parent e4fa5b7 commit f183d15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## v0.7.1 - 2024-10-03

### Highlights

* add new asinfo_all() function to return information for all ASNs in a single call

### Other changes

* improve documentation
* improve ci testing workflow
* add integration tests
* update dependencies

## v0.7.0 -2024-07-11

* consolidate all functionalities into a single `BgpkitCommons` instance
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-commons"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["Mingwei Zhang <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f183d15

Please sign in to comment.