Skip to content

Commit

Permalink
bump version to 0.7.3 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Borcherding committed Nov 28, 2024
1 parent da8e8b5 commit 6b371ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruzstd"
version = "0.7.2"
version = "0.7.3"
authors = ["Moritz Borcherding <moritz.borcherding@web.de>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ This document records the changes made between versions, starting with version 0
* Preparations to become a std dependency (https://github.com/workingjubilee)

# After 0.7.2
* Soundness fix in decoding::RingBuffer. The lengths of the diferent regions where sometimes calculated wrongly, resulting in reads of heap memory not belonging to that ringbuffer
* Fixed by https://github.com/paolobarbolini
* Affected versions: 0.7.0 up to and including 0.7.2

# After 0.7.3

0 comments on commit 6b371ba

Please sign in to comment.