From 044630bdff3e4b1c1d4570f8159fd9bce76ea6b6 Mon Sep 17 00:00:00 2001 From: Janni Turunen Date: Mon, 8 Jun 2026 14:35:41 +0300 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7a82f..0129d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.6.1] - 2026-06-08 + + ## [0.6.0] - 2026-05-15 diff --git a/Cargo.lock b/Cargo.lock index 8512bda..cafa6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2295,7 +2295,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vipune" -version = "0.6.0" +version = "0.6.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 221ce20..118e545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vipune" -version = "0.6.0" +version = "0.6.1" edition = "2024" rust-version = "1.85" license = "Apache-2.0"