Skip to content

Commit

Permalink
Merge pull request #30 from anforowicz/release-0.3.5
Browse files Browse the repository at this point in the history
Release 0.3.5
  • Loading branch information
kornelski authored Sep 24, 2024
2 parents 1b911e1 + c7d0143 commit e16928a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.5

- Fix handling of invalid inputs, so that errors are consistently detected
regardless of how the input is "chunked" when feeding it into the
decompressor.
- Add more fuzz testing.

## 0.3.4

- Fix bug where `Decompressor::read` might fail to return an error for a
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdeflate"
version = "0.3.4"
version = "0.3.5"
edition = "2021"

# note: when changed, also update test runner in `.github/workflows/rust.yml`
Expand Down

0 comments on commit e16928a

Please sign in to comment.