From 9a0e3433a596be6d715b63a611ffa90f8ad5c2e5 Mon Sep 17 00:00:00 2001 From: beac0n Date: Sun, 11 Aug 2024 16:37:34 +0200 Subject: [PATCH] Bump version to v0.2.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2061dc8..68e165c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.3] - 2024-08-11 + +### Changed + +- Update CI configs + +### Fixed + +- Fix users dependency security advisory + ## [0.2.2] - 2024-08-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index bebae24..efb5d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "ruroco" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 5f5498f..1bca83c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruroco" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/VERSION b/VERSION index eb9e63b..b78946b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.2 \ No newline at end of file +v0.2.3 \ No newline at end of file