Skip to content

Commit 8e81fa1

Browse files
committed
Version 0.4.0
1 parent f19d0da commit 8e81fa1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Per Keep a Changelog there are 6 main categories of changes:
1717

1818
- [Unreleased](#unreleased)
1919
- [v0.4.0](#v040)
20+
- [v0.4.0](#v040)
2021
- [v0.3.0](#v030)
2122
- [Diffs](#diffs)
2223

@@ -26,6 +27,10 @@ Per Keep a Changelog there are 6 main categories of changes:
2627

2728
Released 2025-03-24
2829

30+
## v0.4.0
31+
32+
Released 2025-03-24
33+
2934
- Added a `key_value_data` function to the reader that returns an iterator over key-value pairs (by @expenses).
3035
- `Reader::levels` now returns an iterator over `Level` structs, which contain the bytes of the level as well as the uncompressed length (by @expenses).
3136
- 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.
6065
## Diffs
6166

6267
- [Unreleased](https://github.com/BVE-Reborn/ktx2/compare/v0.4.0...HEAD)
68+
- [v0.4.0](https://github.com/BVE-Reborn/ktx2/compare/v0.4.0...v0.4.0)
6369
- [v0.4.0](https://github.com/BVE-Reborn/ktx2/compare/v0.3.0...v0.4.0)

0 commit comments

Comments
 (0)