You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
13
## 0.6.1 - 2025-06-06
6
14
7
15
### Highlights
@@ -11,11 +19,14 @@ All notable changes to this project will be documented in this file.
11
19
## 0.6.0 - 2025-06-04
12
20
13
21
### Highlights
22
+
14
23
* Update `bgpkit-parser` to v0.11.0, which includes several bug fixes and performance improvements.
15
24
* Add support for Python 3.13.
16
25
17
26
### 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.
0 commit comments