Skip to content

Commit 06b767c

Browse files
committed
Version bump (0.3.0.0)
1 parent a1773e1 commit 06b767c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## Ormolu 0.3.0.0
22

33
* Data declarations with multiline kind signatures are now formatted
44
correctly. [Issue 749](https://github.com/tweag/ormolu/issues/749).
@@ -9,8 +9,8 @@
99
* `do` arrow commands are formatted more flexibly. Fixes [Issue
1010
753](https://github.com/tweag/ormolu/issues/753).
1111

12-
* Always read and write formatted source code using UTF8 and ignoring
13-
the native line ending conventions. [Issue
12+
* Source code is always read and written using UTF8 and ignoring the native
13+
line ending conventions. [Issue
1414
717](https://github.com/tweag/ormolu/issues/717).
1515

1616
* Opt-in support to respect default-extensions and default-language

ormolu.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: ormolu
3-
version: 0.2.0.0
3+
version: 0.3.0.0
44
license: BSD-3-Clause
55
license-file: LICENSE.md
66
maintainer: Mark Karpov <[email protected]>

0 commit comments

Comments
 (0)