Skip to content

Commit

Permalink
chore(main): release 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
1 parent eaa5ca3 commit ca8b756
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.16"
".": "0.1.17"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.17](https://github.com/AllexVeldman/pyoci/compare/v0.1.16...v0.1.17) (2024-12-30)


### Miscellaneous Chores

* **deps:** bump anyhow from 1.0.93 to 1.0.95 ([#134](https://github.com/AllexVeldman/pyoci/issues/134)) ([8ade5e2](https://github.com/AllexVeldman/pyoci/commit/8ade5e2a90688ca97560d132295e8c45988decf2))
* **deps:** bump time from 0.3.36 to 0.3.37 ([#132](https://github.com/AllexVeldman/pyoci/issues/132)) ([eaa5ca3](https://github.com/AllexVeldman/pyoci/commit/eaa5ca3f82fb36ff66b6252825a39c6d66b847bc))
* **deps:** bump tracing from 0.1.40 to 0.1.41 ([#130](https://github.com/AllexVeldman/pyoci/issues/130)) ([de3309b](https://github.com/AllexVeldman/pyoci/commit/de3309b0dff96f4c577893a83e28d19afe7fa9d0))

## [0.1.16](https://github.com/AllexVeldman/pyoci/compare/v0.1.15...v0.1.16) (2024-12-07)


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 = "pyoci"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
authors = ["Allex Veldman"]
description = "Let any OCI compliant registry act as a PyPi index"
Expand Down

0 comments on commit ca8b756

Please sign in to comment.