Skip to content

Commit

Permalink
Release primecount-0.1.0.2
Browse files Browse the repository at this point in the history
Bump version in package.yaml and add CHANGELOG.md entry.
  • Loading branch information
pgujjula committed Dec 23, 2024
1 parent 04bd0b5 commit 756a6ee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ SPDX-License-Identifier: BSD-3-Clause

# Changelog for primecount

## 0.1.0.2

### Release History

| Release | Date | Tag |
| --------------- | ---------- | ---------------- |
| Initial Release | 2024-12-23 | [`0.1.0.2`] |

### Added
* Made project REUSE compliant (https://reuse.software) with respect to
copyright and licensing.

### Updated
* Supported GHC versions are now: 8.10, 9.0, 9.2, 9.4, 9.6, 9.8, 9.10, and 9.12.

## 0.1.0.1

### Release History
Expand Down Expand Up @@ -35,6 +50,7 @@ SPDX-License-Identifier: BSD-3-Clause
* Full Haddock documentation coverage.
* Support for GHC 8.4, 8.6, 8.8, 8.10, 9.0, and 9.2.

[`0.1.0.2`]: https://github.com/pgujjula/primecount-haskell/releases/tag/0.1.0.2
[`0.1.0.1-rev1`]: https://github.com/pgujjula/primecount-haskell/releases/tag/0.1.0.1-rev1
[`0.1.0.1`]: https://github.com/pgujjula/primecount-haskell/releases/tag/0.1.0.1
[`0.1.0.0`]: https://github.com/pgujjula/primecount-haskell/releases/tag/0.1.0.0
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
verbatim:
cabal-version: 3.6
name: primecount
version: 0.1.0.1
version: 0.1.0.2
synopsis: Bindings to the primecount library
github: "pgujjula/primecount-haskell"
license: BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion primecount.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 3.6
-- see: https://github.com/sol/hpack

name: primecount
version: 0.1.0.1
version: 0.1.0.2
synopsis: Bindings to the primecount library
description: Please see the README on Github at <https://github.com/pgujjula/primecount-haskell#readme>
category: Math, Number Theory
Expand Down

0 comments on commit 756a6ee

Please sign in to comment.