summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2023-03-10 13:21:18 +0100
committerGitHub <noreply@github.com>2023-03-10 13:21:18 +0100
commitacc9d9de6369b76d22cb4167029d2035e8730b98 (patch)
tree47e73755bffd41bdde2d59d76cc595f5a1fa75d4
parent61a69ea87d70aa7957579daaa7c8fbe066784da4 (diff)
0.19.1 release (#469)v0.19.1
- Fix issue that prevented homebrew packages from being built (#460) - Switch to using pypa/build in CI (#463) Full Release details in CHANGELOG.md.
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f362a5..f26f670 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ This file documents notable changes introduced in gitlint releases.
# v0.20.0 (Unreleased)
+# v0.19.1 (2023-03-10)
+
+## Development
+- Fix issue that prevented homebrew packages from being built ([#460](https://github.com/jorisroovers/gitlint/issues/460))
+- Switch to using pypa/build in CI ([#463](https://github.com/jorisroovers/gitlint/issues/463)) - thanks @webknjaz
+
+
# v0.19.0 (2023-03-07)
This release was primarily focussed on modernizing gitlint's build and test tooling (details: [#378](https://github.com/jorisroovers/gitlint/issues/378)).