Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 22, 2024
1 parent 52e741b commit fe8a5de
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,26 @@ SPDX-FileCopyrightText: Copyright Preetham Gujjula
SPDX-License-Identifier: BSD-3-Clause
-->

# Changelog
# Changelog for primecount

## 0.1.0.1 (Revision 1)
## 0.1.0.1

### Updated
* Allow tasty-1.5.
### Release History

## 0.1.0.1
| Release | Date | Tag |
| --------------- | ---------- | ---------------- |
| Initial Release | 2023-08-24 | [`0.1.0.1`] |
| Revision 1 | 2023-09-11 | [`0.1.0.1-rev1`] |

### Updated
* CI now supports GHC versions 9.6.2, 9.4.5, 9.2.8, 9.0.2, and 8.10.7.
* GHC support includes versions GHC 9.4 and 9.6.

## 0.1.0.0

| Release | Date | Tag |
| --------------- | ---------- | ---------------- |
| Initial Release | 2022-01-07 | [`0.1.0.0`] |

### Added
* `Math.NumberTheory.Prime.Count.FFI`, with FFI bindings to all functions from the
`primecount` library.
Expand All @@ -26,5 +32,8 @@ SPDX-License-Identifier: BSD-3-Clause
* Test coverage of `primePi`, `nthPrime`, and `primePhi` with `tasty-hunit`.
* Benchmarks of `primePi`, `nthPrime`, and `primePhi` with `tasty-bench`.
* Full Haddock documentation coverage.
* Support for GHC 9.2.1, 9.0.1, 8.10.7, 8.8.4, 8.6.5, and 8.4.4, and
libprimecount v7.x, verified by GitHub Actions.
* Support for GHC 8.4, 8.6, 8.8, 8.10, 9.0, and 9.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

0 comments on commit fe8a5de

Please sign in to comment.