Skip to content

Commit

Permalink
Hoff v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isomorpheme committed Oct 3, 2024
1 parent 82ebfd6 commit 43b6787
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hoff.cabal
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion hoff.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43b6787

Please sign in to comment.