Skip to content

Commit

Permalink
release 0.2.10 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay authored Oct 25, 2023
1 parent 0eaaf45 commit 4e886e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
### Added
### Fixed

## 0.2.10 - 2023-10-25
### Fixed
- Don't attempt to verify signatures from packages from repositories that have `gpgcheck` disabled.

## 0.2.9 - 2023-08-31
### Fixed
- When running an unlocked `build` with a lockfile present check that all dependencies are compatible.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpmoci"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
description = "Build container images from RPMs"
# rpmoci uses DNF (via pyo3) which is GPLV2+ licensed,
Expand Down

0 comments on commit 4e886e7

Please sign in to comment.