Skip to content

Commit d8b4967

Browse files
committed
[version] Bump version to 0.16.0
1 parent 189f254 commit d8b4967

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 0.16.0 built on 2025-11-30
2+
3+
## Performance
4+
5+
- Simplify block finder to reduce the library size, reduce the compile-time,
6+
and improve the speed from 64 MB/s to 92 MB/s.
7+
- `BitReader`: Defaulted move constructor was not generated because parent class move was deleted.
8+
9+
## Fixes
10+
11+
- Make ISA-L Huffman code implementation return the same errors as the others.
12+
- Writing to `/dev/null` did not work because getting the file size fails.
13+
14+
115
# Version 0.15.2 built on 2025-08-19
216

317
## Fixes

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
[![Discord](https://img.shields.io/discord/783411320354766878?label=discord)](https://discord.gg/Wra6t6akh2)
1717
[![Telegram](https://img.shields.io/badge/Chat-Telegram-%2330A3E6)](https://t.me/joinchat/FUdXxkXIv6c4Ib8bgaSxNg)
1818

19-
![](https://raw.githubusercontent.com/mxmlnkn/rapidgzip/main/results/asciinema/rapidgzip-comparison.gif)
19+
![](https://raw.githubusercontent.com/mxmlnkn/indexed_bzip2/master/results/asciinema/rapidgzip-comparison.gif)
20+
2021

2122
</div>
2223

python/rapidgzip/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
2424

2525
[project]
2626
name = "rapidgzip"
27-
version = "0.15.2"
27+
version = "0.16.0"
2828
description = "Parallel random access to gzip files"
2929
authors = [{name = "Maximilian Knespel", email = "mxmlnknp@gmail.com"}]
3030
license = {text = "MIT"}

0 commit comments

Comments
 (0)