From 083c2dbfe7d093f4b76c8532f24665ec2c845b9b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 27 Feb 2025 12:21:20 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=200.1.4-rc.42=20?= =?UTF-8?q?[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.1.4-rc.42](https://github.com/inference-gateway/coder/compare/0.1.4-rc.41...0.1.4-rc.42) (2025-02-27) ### 📦 Miscellaneous * Attempt to fix cache conflict ([4583568](https://github.com/inference-gateway/coder/commit/4583568de71b0e767a53f5ca0b96786a72df83e0)) * Update cache key format in release workflow for consistency ([57a55cc](https://github.com/inference-gateway/coder/commit/57a55ccf07b5cd8dd3b07f174b8c425c0a7f40f1)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d03a8..3351870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.4-rc.42](https://github.com/inference-gateway/coder/compare/0.1.4-rc.41...0.1.4-rc.42) (2025-02-27) + +### 📦 Miscellaneous + +* Attempt to fix cache conflict ([4583568](https://github.com/inference-gateway/coder/commit/4583568de71b0e767a53f5ca0b96786a72df83e0)) +* Update cache key format in release workflow for consistency ([57a55cc](https://github.com/inference-gateway/coder/commit/57a55ccf07b5cd8dd3b07f174b8c425c0a7f40f1)) + ## [0.1.4-rc.41](https://github.com/inference-gateway/coder/compare/0.1.4-rc.40...0.1.4-rc.41) (2025-02-27) ### 📦 Miscellaneous diff --git a/Cargo.lock b/Cargo.lock index b940ec7..b57ee48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "coder" -version = "0.1.4-rc.41" +version = "0.1.4-rc.42" diff --git a/Cargo.toml b/Cargo.toml index 61f62d2..0d9d6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coder" -version = "0.1.4-rc.41" +version = "0.1.4-rc.42" edition = "2021" [features]