Skip to content

Commit

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

Differential Revision: D58585062

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

## [Unreleased]

### Changed


## [0.51]

### Added
- Created CHANGELOG.md
- Added --help option to CLI (https://github.com/facebook/ktfmt/pull/477)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.51-SNAPSHOT</version>
<version>0.51</version>
</parent>

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

<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.51-SNAPSHOT</version>
<version>0.51</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.51-SNAPSHOT
0.51

0 comments on commit eb7775f

Please sign in to comment.