Skip to content

Commit

Permalink
Merge pull request #13 from fintelia/release-0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
fintelia authored Nov 1, 2023
2 parents be80410 + a9670bf commit f1cb9f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.3.1

- Strengthen postconditions on `Decompressor::read`.
- Add more fuzz testing.

## 0.3.0

- Added support for decoding arbitrary zlib streams.
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.0"
version = "0.3.1"
edition = "2021"

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

0 comments on commit f1cb9f8

Please sign in to comment.