Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Jun 24, 2024
1 parent 20cf5a2 commit 77fe979
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
rust:
- stable
- 1.71.0
- 1.72.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand All @@ -58,7 +58,7 @@ jobs:
matrix:
rust:
- stable
- 1.71.0
- 1.72.0
flags:
- "--all-features"
- "--no-default-features"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.15.0

### Breaking Changes

- `FileVerifyFlags` member names changed to strip the `VERIFY_` prefix.
- Minimum supported Rust version updated to 1.74

### Added

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpm"
version = "0.14.0"
version = "0.15.0"
authors = [
"René Richter <richterrettich@gmail.com>",
"Bernhard Schuster <bernhard@ahoi.io>",
Expand All @@ -15,7 +15,7 @@ repository = "https://github.com/rpm-rs/rpm"
readme = "README.md"
keywords = ["RPM", "packaging"]
categories = ["parsing", "development-tools"]
rust-version = "1.71.0"
rust-version = "1.74.0"

[lib]
name = "rpm"
Expand Down Expand Up @@ -46,7 +46,7 @@ digest = "0.10"
sha2 = "0.10"
md-5 = "0.10"
sha1 = "0.10"
pgp = { version = "0.11.0", optional = true }
pgp = { version = "0.13.0", optional = true }
chrono = { version = "0.4", optional = true }
log = "0.4"
itertools = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.71.0+-ab6000.svg)](https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html)
[![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)

## RPM-RS

Expand Down

0 comments on commit 77fe979

Please sign in to comment.