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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Per Keep a Changelog there are 6 main categories of changes:
17
17
18
18
-[Unreleased](#unreleased)
19
19
-[v0.4.0](#v040)
20
+
-[v0.4.0](#v040)
20
21
-[v0.3.0](#v030)
21
22
-[Diffs](#diffs)
22
23
@@ -26,6 +27,10 @@ Per Keep a Changelog there are 6 main categories of changes:
26
27
27
28
Released 2025-03-24
28
29
30
+
## v0.4.0
31
+
32
+
Released 2025-03-24
33
+
29
34
- Added a `key_value_data` function to the reader that returns an iterator over key-value pairs (by @expenses).
30
35
-`Reader::levels` now returns an iterator over `Level` structs, which contain the bytes of the level as well as the uncompressed length (by @expenses).
31
36
- Added `Header::from_bytes`, `Header::as_bytes`, `LevelIndex::from_bytes` and `LevelIndex::as_bytes` (by @expenses).
@@ -60,4 +65,5 @@ Initial release under new ownership.
0 commit comments