From 67c09bf6697aee1550c9f7e9e2ad2f38cc48e8de Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Fri, 26 Jul 2024 15:18:18 -0400 Subject: [PATCH] 0.15.1 release notes --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09d0ad..5974263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- The `Header::parse_header` function gained a speed up related to parsing of the binary headers. - Added `zstdmt` feature which sets zstd compression to use all available cores. - Added feature flags for every compression algorithm to support disabling unused ones. @@ -18,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed default compression scheme from Gzip to Zstd. - Removed bzip2 from the compression options enabled by default. +## 0.15.1 + +### Changed + +- The `Header::parse_header` function gained a speed up related to parsing of the binary headers. + ## 0.15.0 ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index 07b9e48..d29f323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpm" -version = "0.15.0" +version = "0.15.1" authors = [ "René Richter ", "Bernhard Schuster ",