From ea225668b417c99fc661b07f1fd1d06966bcc49d Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Wed, 10 Apr 2024 00:15:15 +0900 Subject: [PATCH] Release yash-fnmatch-1.1.1 --- Cargo.lock | 2 +- yash-fnmatch/CHANGELOG.md | 3 ++- yash-fnmatch/Cargo.toml | 2 +- yash-semantics/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f081b5b8c..45cbc91df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "yash-fnmatch" -version = "1.1.0" +version = "1.1.1" dependencies = [ "assert_matches", "regex", diff --git a/yash-fnmatch/CHANGELOG.md b/yash-fnmatch/CHANGELOG.md index b75e43f98..e8577c568 100644 --- a/yash-fnmatch/CHANGELOG.md +++ b/yash-fnmatch/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to `yash-fnmatch` will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.1] - Unreleased +## [1.1.1] - 2024-04-10 ### Changed @@ -42,6 +42,7 @@ The first release. - `ast` - `Ast`, `Atom`, `Bracket`, `BracketItem`, `BracketAtom` +[1.1.1]: https://github.com/magicant/yash-rs/releases/tag/yash-fnmatch-1.1.1 [1.1.0]: https://github.com/magicant/yash-rs/releases/tag/yash-fnmatch-1.1.0 [1.0.1]: https://github.com/magicant/yash-rs/releases/tag/yash-fnmatch-1.0.1 [1.0.0]: https://github.com/magicant/yash-rs/releases/tag/yash-fnmatch-1.0.0 diff --git a/yash-fnmatch/Cargo.toml b/yash-fnmatch/Cargo.toml index 755de0983..4ab4494ae 100644 --- a/yash-fnmatch/Cargo.toml +++ b/yash-fnmatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yash-fnmatch" -version = "1.1.0" +version = "1.1.1" authors = ["WATANABE Yuki "] edition = "2021" rust-version = "1.65.0" diff --git a/yash-semantics/Cargo.toml b/yash-semantics/Cargo.toml index ac11c0a37..c08c77489 100644 --- a/yash-semantics/Cargo.toml +++ b/yash-semantics/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.11.0" thiserror = "1.0.47" yash-arith = { path = "../yash-arith", version = "0.2.1" } yash-env = { path = "../yash-env", version = "0.1.0" } -yash-fnmatch = { path = "../yash-fnmatch", version = "1.1.0" } +yash-fnmatch = { path = "../yash-fnmatch", version = "1.1.1" } yash-quote = { path = "../yash-quote", version = "1.1.1" } yash-syntax = { path = "../yash-syntax", version = "0.8.0" }