From 9e2d643155cc2f6a6a6f95ba82ab406478ebd2ad Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Fri, 27 Sep 2024 03:44:49 -0700 Subject: [PATCH] v4.0.1 Release notes: - Add macOS 15 to the known macOS versions. - Allow `--macOS` argument to take a major version number without a `.`. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fd2617..2ee645b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "folderify" -version = "4.0.0" +version = "4.0.1" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 30fa09d..1670127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "folderify" -version = "4.0.0" +version = "4.0.1" edition = "2021" description = "Generate a native-style macOS folder icon from a mask file." license = "MIT"