Skip to content

Commit f728856

Browse files
committed
Bump version to v0.15.1.0
1 parent 6dac2fa commit f728856

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- run: make build
3030
- run: make test
3131

32-
- if: startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.8')
32+
- if: startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.10')
3333
run: make artifact
3434

3535
- uses: actions/upload-artifact@v4
36-
if: startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.8')
36+
if: startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.10')
3737
with:
3838
path: artifacts/*
3939
name: artifacts-${{ runner.os }}

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
- 0.15.1.0 (2025-04-13)
4+
* #491 Support GHC 9.12 (By GuillaumedeVolpiano)
5+
36
- 0.15.0.1 (2025-04-13)
47
* #493 Support Cabal 3.12 again (By GuillaumedeVolpiano)
58

stylish-haskell.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.4
22
Name: stylish-haskell
3-
Version: 0.15.0.1
3+
Version: 0.15.1.0
44
Synopsis: Haskell code prettifier
55
Homepage: https://github.com/haskell/stylish-haskell
66
License: BSD-3-Clause

0 commit comments

Comments
 (0)