Skip to content

Commit 92ac48e

Browse files
committed
release v0.9.1
- update dependencies to latest versions - fix monocle's issue with locating latest CAIDA as2org dataset file - update changelog with release date and bug fixes information
1 parent 5006e28 commit 92ac48e

File tree

3 files changed

+38
-34
lines changed

3 files changed

+38
-34
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

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

5-
## Unreleased
5+
## v0.9.1 - 2025-11-05
66

77
### Maintenance
88

99
* update dependencies
1010
* `oneio` -> v0.20.0
1111
* `bgpkit-parser` -> v0.12.0
12-
* `bgpkit-broker` -> v0.9.0
12+
* `bgpkit-broker` -> v0.9.1
13+
14+
### Bug fixes
15+
16+
* Fix an issue where monocle fails to locate the latest CAIDA as2org dataset file
1317

1418
## v0.9.0 - 2025-09-04
1519

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monocle"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Mingwei Zhang <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"
@@ -18,7 +18,7 @@ path = "src/bin/monocle.rs"
1818

1919
[dependencies]
2020
anyhow = "1.0"
21-
bgpkit-broker = "0.9.0"
21+
bgpkit-broker = "0.9.1"
2222
bgpkit-parser = { version = "0.12.0", features = ["serde"] }
2323
config = { version = "0.15", features = ["toml"] }
2424
chrono = "0.4"

0 commit comments

Comments
 (0)