Skip to content

Commit 538b094

Browse files
committed
Bump version to 0.3.1.0
1 parent 58149f0 commit 538b094

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog for elm-syntax
22

3-
## Unreleased changes
3+
## 0.3.1.0
44

55
- Simplify record projections on known records
6+
- Write explicit export lists
7+
- Fix build with GHC 9.0. (see [#2](https://github.com/folq/elm-syntax/pull/2))
68

79
## 0.3.0.0
810

elm-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cabal-version: 1.12
77
-- hash: 7a5a97356a0303c135c29af83618eccb2a2d5844234020ab4cd4f38ee561609d
88

99
name: elm-syntax
10-
version: 0.3.0.0
10+
version: 0.3.1.0
1111
synopsis: Elm syntax and pretty-printing
1212
description: Please see the README on GitHub at <https://github.com/folq/elm-syntax#readme>
1313
category: Elm, Compiler, Language

0 commit comments

Comments
 (0)