Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomir committed Nov 20, 2024
1 parent cc270f7 commit 4973d9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## Unreleased
## [0.11.0] - 2024-11-20

### Added

- A warning is printed when the base image specification doesn't include a
registry. Not specifying a registry can cause confusing errors if skopeo
(used by this tool) uses a different default than the build process later on.

- A separate executable is added which caches the result. This is only useful
if for whatever reason the code has to be regenerated repeatedly with
identical results.


## [0.10.0] - 2024-11-19

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ pip install --user https://github.com/konflux-ci/rpm-lockfile-prototype/archiv
Or latest released version:

```
$ pip install --user https://github.com/konflux-ci/rpm-lockfile-prototype/archive/refs/tags/v0.10.0.tar.gz
$ pip install --user https://github.com/konflux-ci/rpm-lockfile-prototype/archive/refs/tags/v0.11.0.tar.gz
```

You can also use COPR repo created by Packit, which tracks the latest main branch:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rpm-lockfile-prototype"
version = "0.10.0"
version = "0.11.0"
description = ""
authors = [
{name = "Lubomír Sedlář", email = "[email protected]"},
Expand Down

0 comments on commit 4973d9e

Please sign in to comment.