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"