From e364ae368a155fb425469ac02077302e62d86590 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 13 Oct 2024 20:52:26 +0000 Subject: [PATCH] Publish mask v0.11.5 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- mask/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 233d22a..90a360d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## UNRELEASED + +## v0.11.5 (2024-10-13) + * ci: Fix php tests on macos actions runner [#110](https://github.com/jacobdeichert/mask/pull/110) * Add choices list for flags [#111](https://github.com/jacobdeichert/mask/pull/111) ([@lovejia2022](https://github.com/lovejia2022)) diff --git a/Cargo.lock b/Cargo.lock index 99be955..0ca74c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,7 +301,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "mask" -version = "0.11.4" +version = "0.11.5" dependencies = [ "assert_cmd", "assert_fs", diff --git a/mask/Cargo.toml b/mask/Cargo.toml index 41fca8f..188d935 100644 --- a/mask/Cargo.toml +++ b/mask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.11.4" +version = "0.11.5" description = "A CLI task runner defined by a simple markdown file" authors = ["Jacob Deichert "] repository = "https://github.com/jacobdeichert/mask"