From 7ad83c4ba57949d1fdacd530e32cce77bceb1616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:04:00 +0100 Subject: [PATCH] chore(main): release 0.1.19 (#147) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 082a0b8..170cd46 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.18" + ".": "0.1.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f89bb21..5dbffd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.1.19](https://github.com/AllexVeldman/pyoci/compare/v0.1.18...v0.1.19) (2025-01-13) + + +### Features + +* Allow configuring the max body size ([#153](https://github.com/AllexVeldman/pyoci/issues/153)) ([852818f](https://github.com/AllexVeldman/pyoci/commit/852818fe8ef4001e37a6e008b21fa06dab378246)) + + +### Bug Fixes + +* Return HTTP 413 Payload Too Large instead of 500 ([852818f](https://github.com/AllexVeldman/pyoci/commit/852818fe8ef4001e37a6e008b21fa06dab378246)) + + +### Documentation + +* Add CONTRIBUTING and examples README ([#146](https://github.com/AllexVeldman/pyoci/issues/146)) ([7a0d8ab](https://github.com/AllexVeldman/pyoci/commit/7a0d8abef2ee480c3fa140f45830292e58dad48e)) + + +### Miscellaneous Chores + +* **deps:** bump async-trait from 0.1.84 to 0.1.85 ([#148](https://github.com/AllexVeldman/pyoci/issues/148)) ([bd0000d](https://github.com/AllexVeldman/pyoci/commit/bd0000d4e674502f183726ab20c7d347db6d8006)) +* **deps:** bump bytes from 1.8.0 to 1.9.0 ([#150](https://github.com/AllexVeldman/pyoci/issues/150)) ([5d0b3f7](https://github.com/AllexVeldman/pyoci/commit/5d0b3f755724996af2c25c0724fbb60be9e67a37)) +* **deps:** bump serde from 1.0.215 to 1.0.217 ([#152](https://github.com/AllexVeldman/pyoci/issues/152)) ([56fa102](https://github.com/AllexVeldman/pyoci/commit/56fa102d2a2432d12e66d6ad236db78932589ba8)) +* **deps:** bump serde_json from 1.0.133 to 1.0.135 ([#149](https://github.com/AllexVeldman/pyoci/issues/149)) ([4022267](https://github.com/AllexVeldman/pyoci/commit/4022267194fbb2cafa30557f156efd9dfde46da2)) +* **deps:** bump tokio from 1.41.1 to 1.43.0 ([#145](https://github.com/AllexVeldman/pyoci/issues/145)) ([2984aa8](https://github.com/AllexVeldman/pyoci/commit/2984aa8ee31b3f4cd9f4ab6b9d93e1edb89e56f0)) +* **deps:** bump tower from 0.5.1 to 0.5.2 ([#151](https://github.com/AllexVeldman/pyoci/issues/151)) ([beddeb2](https://github.com/AllexVeldman/pyoci/commit/beddeb2f0ba5ed10b23f798b1883850df130a4e8)) + ## [0.1.18](https://github.com/AllexVeldman/pyoci/compare/v0.1.17...v0.1.18) (2025-01-09) diff --git a/Cargo.lock b/Cargo.lock index fa711b7..9b935b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "pyoci" -version = "0.1.18" +version = "0.1.19" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 5db657d..7d7afac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoci" -version = "0.1.18" +version = "0.1.19" edition = "2021" authors = ["Allex Veldman"] description = "Let any OCI compliant registry act as a PyPi index"