From 5491974de6409da957281b88c4a406eca34b9552 Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Tue, 21 Apr 2026 10:30:03 +0200 Subject: [PATCH] chore(main): release 2.4.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index feb1351..51551dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.8" + ".": "2.4.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a57155a..ce00439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.4.9](https://github.com/cailloumajor/config-api/compare/v2.4.8...v2.4.9) (2026-04-21) + + +### Bug Fixes + +* **deps:** update rust docker tag to v1.93.0 ([98b7fec](https://github.com/cailloumajor/config-api/commit/98b7feccd4ebfca7c65a2d51ac9a5a5d787bffef)) +* **deps:** update rust docker tag to v1.93.1 ([6cdcc83](https://github.com/cailloumajor/config-api/commit/6cdcc83cbb07c26910f3d8b5f1770f4b91ccd288)) +* **deps:** update rust docker tag to v1.94.0 ([d095627](https://github.com/cailloumajor/config-api/commit/d095627842c1ecd85f9e7b6b66d6a37a3386f65b)) +* **deps:** update rust docker tag to v1.94.1 ([bf47c98](https://github.com/cailloumajor/config-api/commit/bf47c98aa27747df52ea0ebc26877fea2e6840e4)) +* **deps:** update rust docker tag to v1.95.0 ([9c15fc0](https://github.com/cailloumajor/config-api/commit/9c15fc06460c1c4bf3b6834bb54148132976c8f7)) + ## [2.4.8](https://github.com/cailloumajor/config-api/compare/v2.4.7...v2.4.8) (2026-01-01) diff --git a/Cargo.lock b/Cargo.lock index f4b117b..74e9e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,7 +313,7 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "config-api" -version = "2.4.8" +version = "2.4.9" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 8b4a24c..5c8cbd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config-api" -version = "2.4.8" +version = "2.4.9" description = "Configuration data HTTP API." authors = ["Arnaud Rocher "] edition = "2024"