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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.2] - 2026-08-24

### Fixed
- `infer`: when the byte-autocorrelation stride has no constant columns (a
spurious peak — arithmetic payloads can autocorrelate strongly at a wrong lag),
Expand Down Expand Up @@ -158,7 +160,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
`raw-rgb`, `byteclass`, `entropy`, `delta`, `xor`, `bitplane`, `nibble`.
Pure-stdlib BMP writer and animated-GIF encoder.

[Unreleased]: https://github.com/scottvr/vizbin/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/scottvr/vizbin/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/scottvr/vizbin/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/scottvr/vizbin/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/scottvr/vizbin/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/scottvr/vizbin/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/vizbin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Single source of truth for the version. pyproject.toml reads this via
# setuptools' dynamic `attr` (a static AST read -- no import, no runtime I/O),
# and the CLI's --version wires straight to it. Bump here and nowhere else.
__version__ = "0.5.1"
__version__ = "0.5.2"