Skip to content

Commit 6b371ba

Browse files
author
Moritz Borcherding
committed
bump version to 0.7.3 and add changelog
1 parent da8e8b5 commit 6b371ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruzstd"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Moritz Borcherding <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ This document records the changes made between versions, starting with version 0
2626
* Preparations to become a std dependency (https://github.com/workingjubilee)
2727

2828
# After 0.7.2
29+
* 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
30+
* Fixed by https://github.com/paolobarbolini
31+
* Affected versions: 0.7.0 up to and including 0.7.2
32+
33+
# After 0.7.3
34+

0 commit comments

Comments
 (0)