From 073a4cc205044c3c7df7d601871cafb2bf2a982f Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:49:50 +0000 Subject: [PATCH] chore: release v0.4.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c242f7e..a01aeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.2](https://github.com/rustic-rs/rustic_server/compare/v0.4.1...v0.4.2) - 2024-11-25 + +### Other + +- update Cargo.lock dependencies + ## [0.4.1](https://github.com/rustic-rs/rustic_server/compare/v0.4.0...v0.4.1) - 2024-11-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7314dbc..dc304e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "rustic_server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "abscissa_core", "abscissa_tokio", diff --git a/Cargo.toml b/Cargo.toml index ea63d9b..b8de0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_server" -version = "0.4.1" +version = "0.4.2" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] edition = "2021"