From e085acf03bdd3f6893a25532ef80825ae0d91c04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 13:20:35 +0000 Subject: [PATCH 1/2] chore: release v0.4.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b18a55..bc78d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/cloudray-io/cloudray-agent/compare/v0.4.0...v0.4.1) - 2025-11-16 + +### Other + +- Bump actions/checkout from 4 to 5 ([#52](https://github.com/cloudray-io/cloudray-agent/pull/52)) +- Bump tokio-tungstenite from 0.27.0 to 0.28.0 ([#53](https://github.com/cloudray-io/cloudray-agent/pull/53)) +- Bump amannn/action-semantic-pull-request from 5 to 6 ([#51](https://github.com/cloudray-io/cloudray-agent/pull/51)) +- Bump tokio from 1.45.1 to 1.48.0 ([#54](https://github.com/cloudray-io/cloudray-agent/pull/54)) + ## [0.4.0](https://github.com/cloudray-io/cloudray-agent/compare/v0.3.0...v0.4.0) - 2025-07-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index be695c3..3992cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "cloudray-agent" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 957ef5c..0798b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudray-agent" -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version = "1.85.0" description = "Agent for CloudRay, a server management & monitoring service. Learn more at https://cloudray.io" From 6a78a9f342aedc0f4fc1f820d30843b80ce82432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 13:20:39 +0000 Subject: [PATCH 2/2] Update latest.txt --- latest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest.txt b/latest.txt index 90c5860..41dd318 100644 --- a/latest.txt +++ b/latest.txt @@ -1,2 +1,2 @@ +0.4.1 0.4.0 -0.3.0