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 db82db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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.
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 <[email protected]>",
"Bernhard Schuster <[email protected]>",
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.72.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

0 comments on commit db82db9

Please sign in to comment.