Skip to content

Commit

Permalink
Bump version to 0.54-SNAPSHOT
Browse files Browse the repository at this point in the history
Reviewed By: cortinico

Differential Revision: D65207754

fbshipit-source-id: d182f079400722b09fc59bb9d00924c99d8d268e
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Oct 30, 2024
1 parent 8ab3bf6 commit 3f10f99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]


## [0.53]

### Fixed
- Comments respecting max line width (https://github.com/facebook/ktfmt/pull/511)
- Exception while parsing property accessor on Kotlin 2.0.20-Beta2+ (https://github.com/facebook/ktfmt/pull/513)

## Changed
- Updated Google Java Format to 1.23.0 (https://github.com/facebook/ktfmt/commit/ed949e89eea22843ac10d4fb91685453754abd25)


## [0.52]

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.53</version>
<version>0.54-SNAPSHOT</version>
</parent>

<artifactId>ktfmt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.53</version>
<version>0.54-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Ktfmt Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.53
0.54-SNAPSHOT

0 comments on commit 3f10f99

Please sign in to comment.