From 615e54549ce08695a45c7f38d3fbd10827ed140c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 16 Jul 2024 09:32:37 -0300 Subject: [PATCH] chore: Release compress-tools version 0.15.1 --- CHANGES.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4a2f315..402b083 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.15.1] - 2024-07-16 + * Bugfix: unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed isize::MAX [#129] [#129] https://github.com/OSSystems/compress-tools-rs/pull/129 diff --git a/Cargo.toml b/Cargo.toml index 4313aa5..3a39617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compress-tools" -version = "0.15.0" +version = "0.15.1" authors = ["Jonathas-Conceicao "] description = "Utility functions for compressed and archive files handling" repository = "https://github.com/OSSystems/compress-tools-rs"