From 43b678756f928e5969f2844f1c634f23435cc06a Mon Sep 17 00:00:00 2001 From: Daan Rijks Date: Thu, 3 Oct 2024 11:17:33 +0200 Subject: [PATCH] Hoff v0.36.0 --- changelog.md | 7 +++++++ hoff.cabal | 2 +- hoff.nix | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 64900f75..04950864 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 0.36.0 + +Release 2024-10-03 + + - Adds a link to the readme when reporting parse errors. ([#269](https://github.com/channable/hoff/pull/269)) + - In simple cases, successful commands will now trigger a :+1: reaction instead of a comment. ([#272](https://github.com/channable/hoff/pull/272)) + ## 0.35.1 Release 2024-06-17 diff --git a/hoff.cabal b/hoff.cabal index a7c8591b..fc174262 100644 --- a/hoff.cabal +++ b/hoff.cabal @@ -1,6 +1,6 @@ name: hoff -- please keep version consistent with hoff.nix -version: 0.35.1 +version: 0.36.0 category: Development synopsis: A gatekeeper for your commits diff --git a/hoff.nix b/hoff.nix index 8fb92110..a4f9b38d 100644 --- a/hoff.nix +++ b/hoff.nix @@ -16,7 +16,7 @@ pkgs, mkDerivation , wai-middleware-prometheus, warp, warp-tls }: mkDerivation { pname = "hoff"; - version = "0.35.1"; # please keep consistent with hoff.cabal + version = "0.36.0"; # please keep consistent with hoff.cabal src = let # We do not want to include all files, because that leads to a lot of things