Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Nov 7, 2020
1 parent a2d89ba commit b128db9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ cabal2nix --shell . > default.nix
## Release

- Bump version in `package.yaml` and `default.nix`
- `stack build`
- Create a commit `v0.0.0`
- Create a tag `v0.0.0`
- Push commit and push tag
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let
}:
mkDerivation {
pname = "git-brunch";
version = "1.4.2.0";
version = "1.4.3.0";
src = ./.;
isLibrary = false;
isExecutable = true;
Expand Down
4 changes: 2 additions & 2 deletions git-brunch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: fb736a5222c3bd53717a624bc0282a3e3ded575e563052820962183e289ea39b
-- hash: 19d05f3db5dd9767502eb56d3f6fec4009f0429d02bc65a8003433c3d3f9410a

name: git-brunch
version: 1.4.2.0
version: 1.4.3.0
synopsis: git checkout command-line tool
description: Please see the README on GitHub at <https://github.com/andys8/git-brunch>
category: Git
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: git-brunch
version: 1.4.2.0
version: 1.4.3.0
github: "andys8/git-brunch"
license: BSD3
author: "andys8"
Expand Down

0 comments on commit b128db9

Please sign in to comment.