Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project
adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## [0.6.0] - 2025-10-18

[unreleased]: https://github.com/rogdham/python-xz/compare/v0.5.0...HEAD
[0.6.0]: https://github.com/rogdham/python-xz/releases/tag/v0.6.0

### :boom: Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ would read all previous blocks for nothing).
| 📝 **write** | | | |
| `w` mode | ✔️ yes | ✔️ yes | ✔️ yes |
| `x` mode | ✔️ yes | ❌ no | ✔️ yes |
| `a` mode | ✔️ new stream | ✔️ new stream | ⏳ planned |
| `a` mode | ✔️ new stream | ✔️ new stream | ❌ no |
| `r+`/`w+`/… modes | ❌ no | ❌ no | ✔️ yes |
| several blocks | ❌ no | ❌ no | ✔️ yes |
| several streams | ❌ no<sup>6</sup> | ❌ no<sup>6</sup> | ✔️ yes |
| stream padding | ❌ no | ❌ no | ⏳ planned |
| stream padding | ❌ no | ❌ no | ❌ no |

</div>

Expand Down
Loading