Skip to content

Commit

Permalink
0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Jul 10, 2023
1 parent b6853cf commit 31723d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Breaking Change
## 0.12.0

## Breaking Changes

- Removed `RPM` prefix from type names, e.g. `RPMPackage` is renamed to `Package`.
- `RPMBuilder` is renamed to `PackageBuilder`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpm"
version = "0.11.0"
version = "0.12.0"
authors = [
"René Richter <[email protected]>",
"Bernhard Schuster <[email protected]>",
Expand Down

0 comments on commit 31723d6

Please sign in to comment.