From dfb567fe1803d08b2e6272c56f30885c8a63f4d1 Mon Sep 17 00:00:00 2001 From: Bo Lingen Date: Tue, 30 Jan 2024 18:09:45 +0000 Subject: [PATCH] release: 0.11.3 --- changelog.md | 6 ++++++ glob.nimble | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fcc2ac3..f20b1b9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ + +### [`v0.11.3`](https://github.com/haltcase/glob/compare/v0.11.2...v0.11.3) (2024-01-30) + + +--- + ### [`v0.11.2`](https://github.com/haltcase/glob/compare/v0.11.1...v0.11.2) (2022-10-14) diff --git a/glob.nimble b/glob.nimble index 9e3c1fe..9fdf6ae 100644 --- a/glob.nimble +++ b/glob.nimble @@ -1,4 +1,4 @@ -version = "0.11.2" +version = "0.11.3" author = "Bo Lingen" description = "Pure library for matching file paths against Unix style glob patterns." license = "MIT"