Skip to content

Commit

Permalink
merge version bump to 0.7.3 and update changelog from branch fix_unso…
Browse files Browse the repository at this point in the history
…und_ringbuffer
  • Loading branch information
Moritz Borcherding committed Nov 28, 2024
1 parent d852020 commit c8d9c7d
Show file tree
Hide file tree
Showing 2 changed files with 9 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
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ 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

* Added convenience functions to FrameDecoder to decode multiple frames from a buffer (https://github.com/philipc)

# After 0.7.3

0 comments on commit c8d9c7d

Please sign in to comment.