Skip to content

Commit

Permalink
version -> 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jan 20, 2025
1 parent 3b36953 commit dc0a3a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
`stan` uses [PVP Versioning][1].
The change log is available [on GitHub][2].

## 0.2.0.0

* Add the following inspections:

* Partial instance for 'Scientific' method 'GHC.Real.fromRational' (`stan0022`)
* Partial 'Scientific' function 'GHC.Real.realToFrac' (`stan0023`)
* Partial instance for 'Scientific' method 'GHC.Real.recip' (`stan0024`)
* Partial instance for 'Scientific' method 'GHC.Real.(/)' (`stan0025`)

Since these change the behaviour of `stan` by default this is a
major release.

* Support GHC 9.12 (thanks to @ncaq)

## 0.1.3.0

* Add prospective support for GHC 9.10
Expand Down
2 changes: 1 addition & 1 deletion stan.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: stan
version: 0.1.3.0
version: 0.2.0.0
synopsis: Haskell STatic ANalyser
description:
Stan is a Haskell __ST__atic __AN__alysis CLI tool.
Expand Down

0 comments on commit dc0a3a5

Please sign in to comment.