diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 975afd4..8d8a2b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.15" + ".": "0.1.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index adccc4d..10ea661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/AllexVeldman/pyoci/compare/v0.1.15...v0.1.16) (2024-12-07) + + +### Miscellaneous Chores + +* **trace:** Add trace attributes ([#127](https://github.com/AllexVeldman/pyoci/issues/127)) ([7ead818](https://github.com/AllexVeldman/pyoci/commit/7ead818f09f5990969da8b8bfb18834510dc2dc3)) + ## [0.1.15](https://github.com/AllexVeldman/pyoci/compare/v0.1.14...v0.1.15) (2024-11-25) diff --git a/Cargo.lock b/Cargo.lock index 4f2d2cd..1feda33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "pyoci" -version = "0.1.15" +version = "0.1.16" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 4764c93..3415a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoci" -version = "0.1.15" +version = "0.1.16" edition = "2021" authors = ["Allex Veldman"] description = "Let any OCI compliant registry act as a PyPi index"