Skip to content

Commit 55eaa58

Browse files
committed
Bump to 0.1.0.0 and CHANGELOG
1 parent a5864cc commit 55eaa58

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Changelog for hackage-cli
22

3+
## 0.1.0.0
4+
5+
_Andreas Abel, 2023-01-15_
6+
7+
- Skip errors when running `add-bound` on several files.
8+
(PR [#42](https://github.com/hackage-trustees/hackage-cli/pull/42))
9+
10+
- If no version range is given for a dependency, interpret it as `-any` rather than _none_ (`<0`).
11+
(PR [#48](https://github.com/hackage-trustees/hackage-cli/pull/48))
12+
13+
Builds with `Cabal 3.4 - 3.8` and `GHC 8.2 - 9.4`.
14+
15+
316
## 0.0.3.6
417

18+
_Andreas Abel, 2022-04-30_
19+
520
First release to hackage.
6-
Builds with `Cabal >= 3.4` and `GHC 8.2 - 9.0`.
21+
Builds with `Cabal 3.4 - 3.6` and `GHC 8.2 - 9.2`.
722

823
# Pre-release versions (February 2022)
924

hackage-cli.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hackage-cli
3-
version: 0.0.3.6
3+
version: 0.1.0.0
44

55
synopsis: CLI tool for Hackage
66
description:
@@ -10,7 +10,7 @@ homepage: https://github.com/hackage-trustees/hackage-cli
1010
bug-reports: https://github.com/hackage-trustees/hackage-cli/issues
1111
license: GPL-3.0-or-later
1212
license-file: LICENSE
13-
author: Herbert Valerio Riedel
13+
author: Herbert Valerio Riedel, Andreas Abel
1414
maintainer: Andreas Abel
1515
category: Development
1616
build-type: Simple

0 commit comments

Comments
 (0)