From f183d15315ee39f067108ae8e7ebdf5b4d880c47 Mon Sep 17 00:00:00 2001 From: Mingwei Zhang Date: Thu, 3 Oct 2024 16:43:39 -0700 Subject: [PATCH] prepare v0.7.1 release --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4eb69..6638568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 9bfc9f4..fce75fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-commons" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Mingwei Zhang "] readme = "README.md"