Skip to content

Commit

Permalink
prepare 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed May 3, 2024
1 parent f77790f commit 18e54bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 0.4.4 (2024-05-03)
- .cabal template: add autogen-modules and update tested-with ghc versions
- publish,build: output message before cabal build
- use simple-cmd +-+

## 0.4.3.2 (2023-10-20)
- use a cabal.project for pristine sdist/build to ignore any parent project
- .cabal template: updated tested-with ghc versions

## 0.4.3.1 (2023-07-05)
- fix the template file SPDX license tag and cabal-version field placement
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ Published at https://hackage.haskell.org/package/hkgr-0.4
## Help

`$ hkgr --version`

```
0.4.3.2
0.4.4
```
`$ hkgr --help`

```
Hackage Release tool
Expand Down Expand Up @@ -171,6 +173,6 @@ and then `hkgr github` to add the github remote to your project.
hkgr uses `cabal-install` >=2, `git`, and also `hlint` if available.

## Contribute
`hkgr` is distributed under GPL version 3 or later.
`hkgr` is licensed and distributed under the GPL version 3 or later.

Reports and contributions are welcome at <https://github.com/juhp/hkgr>.
4 changes: 2 additions & 2 deletions hkgr.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: hkgr
version: 0.4.3.2
version: 0.4.4
synopsis: Simple Hackage release workflow for package maintainers
description:
Hkgr (Hackager) is a tool to help make new releases of
Expand All @@ -13,7 +13,7 @@ license: GPL-3
license-file: LICENSE
author: Jens Petersen <[email protected]>
maintainer: Jens Petersen <[email protected]>
copyright: 2019-2023 Jens Petersen
copyright: 2019-2024 Jens Petersen
category: Util
build-type: Simple
data-dir: data
Expand Down

0 comments on commit 18e54bc

Please sign in to comment.