From 6e251bbc31f0823f7dc5bd96164190dc4a3ffe2c Mon Sep 17 00:00:00 2001 From: jonasbn Date: Wed, 28 Feb 2024 22:10:56 +0100 Subject: [PATCH] Updated change log, totally forgot --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5860c2e..7ac8f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change log for stevedore +## 0.12.0 2024-02-28 feature release, update recommended + +- Merged pull request [#53](https://github.com/jonasbn/stevedore/pull/53) from @jonasbn. Since the path is compared as strings + The usage of appending a `/` to the path as done in many ignore files. + + I had a look at the repository: + + - [github/gitignore](https://github.com/github/gitignore) + + `stevedore` now handles cases by checking directories both with and without slash appended to the directory name in the ignore file. + ## 0.11.0 2023-11-13 maintenance release, update not required - Merged pull request [#47](https://github.com/jonasbn/stevedore/pull/47) from @dependabot bumping fatih/color to version 1.16.0