From 11f3e1644c37c77abd173b2caef7225bc7ae96e9 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Fri, 8 Nov 2024 12:34:03 -0500 Subject: [PATCH] 0.16.0 release --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4392762..429be92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.16.0 + ### Added - Added `zstdmt` feature which sets zstd compression to use all available cores. diff --git a/Cargo.toml b/Cargo.toml index 6158859..e81a559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpm" -version = "0.15.1" +version = "0.16.0" authors = [ "René Richter ", "Bernhard Schuster ", @@ -33,7 +33,7 @@ path = "tests/signatures.rs" [dependencies] bitflags = "2" -thiserror = "1" +thiserror = "2" nom = "7" num-traits = "0.2" num-derive = "0.4" diff --git a/README.md b/README.md index 061837b..5c17ca0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![crates.io](https://img.shields.io/crates/v/rpm.svg)](https://crates.io/crates/rpm) [![docs.rs](https://docs.rs/rpm/badge.svg)](https://docs.rs/rpm) -[![MSRV](https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg)](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html) +[![MSRV](https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg)](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html) ## RPM-RS