Skip to content

Commit e83c7c9

Browse files
Nivaldo Bondançafacebook-github-bot
authored andcommitted
Bump version to 0.59
Summary: Version bump to 0.59 Reviewed By: cortinico Differential Revision: D83262334 fbshipit-source-id: 4e9fa020d54bb0e8c172ae4d74a9b76af47b7adb
1 parent 3809b93 commit e83c7c9

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1010
- All styles managing trailing commas now (https://github.com/facebook/ktfmt/issues/216, https://github.com/facebook/ktfmt/issues/442)
1111

1212

13-
## [Unreleased]
14-
15-
### Changed
16-
13+
## [0.59]
1714

1815
### Fixed
1916
- Special format handling of multiline strings handling of first line and do not format string template expressions
2017
- Do not remove semicolon after an unnamed empty companion object, if it isn't the last element (https://github.com/facebook/ktfmt/issues/557)
2118

19+
2220
## [0.58]
2321

2422
### Changed
@@ -48,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
4846
- Trailing comma on when cases (https://github.com/facebook/ktfmt/issues/376)
4947
- Update idea plugin name to avoid collision with google-java-format (https://github.com/facebook/ktfmt/issues/553)
5048

49+
5150
## [0.56]
5251

5352
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ktfmt.version=0.59-SNAPSHOT
1+
ktfmt.version=0.59
22
kotlin.code.style=official
33
org.gradle.jvmargs=-Xmx2G

0 commit comments

Comments
 (0)