From 2613d9892b26c237c1386b176a284544ca0ac583 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Sat, 30 Mar 2024 11:06:23 +0800 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fffdc5..0ea429e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3eea255..ae30bb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]