Skip to content

Commit cb1e8f3

Browse files
committed
prepare release of v0.6.2
1 parent ffa93ae commit cb1e8f3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## 0.6.2 - 2025-06-06
6+
7+
### Fix regressions
8+
9+
* Fix a regression in the `Elem` class that the default string representation was missing
10+
* Fix a regression that the `Parser` class requires `filters` and `cache_dir` to be passed in the constructor,
11+
which should be and was optional priority to `v0.6.0`.
12+
513
## 0.6.1 - 2025-06-06
614

715
### Highlights
@@ -11,11 +19,14 @@ All notable changes to this project will be documented in this file.
1119
## 0.6.0 - 2025-06-04
1220

1321
### Highlights
22+
1423
* Update `bgpkit-parser` to v0.11.0, which includes several bug fixes and performance improvements.
1524
* Add support for Python 3.13.
1625

1726
### Breaking changes
18-
* The `Elem` class's fields can only be access by their getter methods now. Direct access to fields is no longer allowed. This change improves encapsulation and ensures that the internal state of `Elem` is managed correctly.
27+
28+
* The `Elem` class's fields can only be access by their getter methods now. Direct access to fields is no longer
29+
allowed. This change improves encapsulation and ensures that the internal state of `Elem` is managed correctly.
1930

2031
## 0.5.1 - 2024-02-28
2132

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "BGPKIT Parser Python Binding"
44
keywords = ["bgp", "mrt", "parser"]
55
repository = "https://github.com/bgpkit/bgpkit-parser-py"
66
documentation = "https://docs.rs/bgpkit-parser-py"
7-
version = "0.6.1"
7+
version = "0.6.2"
88
authors = ["Mingwei Zhang <[email protected]>"]
99
edition = "2021"
1010
license = "MIT"

0 commit comments

Comments
 (0)