File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this project
66adheres to [ Semantic Versioning] ( https://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.6.0 ] - 2025-10-18
99
10- [ unreleased ] : https://github.com/rogdham/python-xz/compare/ v0.5.0...HEAD
10+ [ 0.6.0 ] : https://github.com/rogdham/python-xz/releases/tag/ v0.6.0
1111
1212### :boom : Breaking changes
1313
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ would read all previous blocks for nothing).
3737| 📝 ** write** | | | |
3838| ` w ` mode | ✔️ yes | ✔️ yes | ✔️ yes |
3939| ` x ` mode | ✔️ yes | ❌ no | ✔️ yes |
40- | ` a ` mode | ✔️ new stream | ✔️ new stream | ⏳ planned |
40+ | ` a ` mode | ✔️ new stream | ✔️ new stream | ❌ no |
4141| ` r+ ` /` w+ ` /… modes | ❌ no | ❌ no | ✔️ yes |
4242| several blocks | ❌ no | ❌ no | ✔️ yes |
4343| several streams | ❌ no<sup >6</sup > | ❌ no<sup >6</sup > | ✔️ yes |
44- | stream padding | ❌ no | ❌ no | ⏳ planned |
44+ | stream padding | ❌ no | ❌ no | ❌ no |
4545
4646</div >
4747
You can’t perform that action at this time.
0 commit comments