Skip to content

Commit

Permalink
Release 0.3.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Dec 25, 2023
1 parent 808b0a0 commit f926277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.2

- Allow decoding into buffers without extra space.
- Add `decompress_to_vec_bounded` method.

## 0.3.1

- Strengthen postconditions on `Decompressor::read`.
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.1"
version = "0.3.2"
edition = "2021"

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

0 comments on commit f926277

Please sign in to comment.