Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Mar 30, 2024
1 parent 154a718 commit b5fde25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.11.3 (2024-03-30)
==================
- Fix support for `--deny=unsafe_code` compilation [#152](https://github.com/PSeitz/lz4_flex/pull/152)
- make `get_maximum_output_size` const [#153](https://github.com/PSeitz/lz4_flex/pull/153)

0.11.2 (2024-01-11)
==================
- Include license file in the published crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/pseitz/lz4_flex"
repository = "https://github.com/pseitz/lz4_flex"
readme = "README.md"
license = "MIT"
version = "0.11.2"
version = "0.11.3"
include = ["src/*.rs", "src/frame/**/*", "src/block/**/*", "README.md", "LICENSE"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit b5fde25

Please sign in to comment.