From cb089556041ef829e52c467b64cc7a1c28314e71 Mon Sep 17 00:00:00 2001 From: piyoppi Date: Thu, 21 Nov 2024 18:52:54 +0900 Subject: [PATCH] Release v1.2.1 --- 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 a8e3911..3992b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Chiritori Changelog +## 1.2.1 + +### Bug fixes + +- Fixes an error failing to parse if there is a newline after an attribute (https://github.com/piyoppi/chiritori/pull/26) + ## 1.2.0 ### Features diff --git a/Cargo.lock b/Cargo.lock index 90d34f6..c759409 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chiritori" -version = "1.1.0" +version = "1.2.1" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7b15e64..5ca67bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chiritori" -version = "1.2.0" +version = "1.2.1" description = "A tool for removing time-limited source code" repository = "https://github.com/piyoppi/chiritori" license = "MIT"