Skip to content

Commit

Permalink
version -> 0.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Feb 5, 2024
1 parent 90e8ed7 commit a610d74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
`stan` uses [PVP Versioning][1].
The change log is available [on GitHub][2].

## 0.1.2.1

* Support `clay-0.15` series.

* Support `base64-1.0` series.

## 0.1.2.0

* Added `runStan`, `getAnalysis`, `getStanConfig`
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0
version: 0.1.2.1
synopsis: Haskell STatic ANalyser
description:
Stan is a Haskell __ST__atic __AN__alysis CLI tool.
Expand Down Expand Up @@ -135,7 +135,7 @@ library
Stan.Hie.Debug908

build-depends: array ^>= 0.5
, base64 >= 0.4.1 && < 2.1
, base64 >= 0.4.1 && < 1.1
, blaze-html ^>= 0.9.1
, bytestring >= 0.10 && < 0.13
, clay >= 0.14 && < 0.16
Expand Down

0 comments on commit a610d74

Please sign in to comment.