From ca8b75664f7608d11d6838a95cb26b550312cd56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:56:43 +0000 Subject: [PATCH] chore(main): release 0.1.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d8a2b5..88efc87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.16" + ".": "0.1.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ea661..e442a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 7c11c21..615b1dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "pyoci" -version = "0.1.16" +version = "0.1.17" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index fc50a2b..8f94f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"