From 5d92f5f6c5670b4b0c5edbd7aa16b7d70a2ff017 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 23 Mar 2024 17:43:50 +0900 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e7f3e..87b7f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-03-23 + ### Fixed - Fix a bug that a non-move drawing could increase undo counter to the maximum value diff --git a/Cargo.toml b/Cargo.toml index 14ae157..36751e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixcil" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Takeru Ohta "] license = "MIT OR Apache-2.0"