From 802c6428607ee2a4bd5afcc12b88c612f7fc2732 Mon Sep 17 00:00:00 2001 From: Luca Visentin Date: Mon, 14 Oct 2024 11:29:29 +0200 Subject: [PATCH] chore: release 1.1.1 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7793986..cd09aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ Possible sections are "Added", "Changed", "Deprecated", "Removed", "Fixed" and Versions are listed in reverse chronological order, with the most recent at the top. Non pre-release versions sometimes have an associated name. -## Unreleased +## [v1.1.1] - 2024-10-14 + ### Fixed - `kerblam data clean` now no longer deletes hidden files (starting with a dot), like `.gitignore` files in data directories. diff --git a/Cargo.toml b/Cargo.toml index 709c400..e66ec69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kerblam" -version = "1.1.0" +version = "1.1.1" edition = "2021" repository = "https://github.com/MrHedmad/kerblam" license = "MIT"