Skip to content

Commit

Permalink
version -> 0.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 15, 2023
1 parent 02dfc3a commit 418f678
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- "9.0.2"
- "9.2.3"
- "9.4.7"
- "9.6.3"
cabal: ["3.8"]

steps:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
`stan` uses [PVP Versioning][1].
The change log is available [on GitHub][2].

## 0.1.0.1

* Add support for GHC 9.6 (will only work with `Cabal` library version
3.10 -- if this causes problems for you please comment on the
corresponding [`extensions`
ticket](https://github.com/kowainik/extensions/issues/89))

## 0.1.0.0

* Add support for GHCs 9.0, 9.2 and 9.4
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.0.0
version: 0.1.0.1
synopsis: Haskell STatic ANalyser
description:
Stan is a Haskell __ST__atic __AN__alysis CLI tool.
Expand Down

0 comments on commit 418f678

Please sign in to comment.