Skip to content

Commit eb7775f

Browse files
Nivaldo Bondançafacebook-github-bot
Nivaldo Bondança
authored andcommitted
Bump version to 0.51
Reviewed By: cortinico Differential Revision: D58585062 fbshipit-source-id: d4b01a9215a00ecb19a289e472beb940a53c434d
1 parent cef16a6 commit eb7775f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
12+
## [0.51]
13+
914
### Added
1015
- Created CHANGELOG.md
1116
- Added --help option to CLI (https://github.com/facebook/ktfmt/pull/477)

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.facebook</groupId>
1313
<artifactId>ktfmt-parent</artifactId>
14-
<version>0.51-SNAPSHOT</version>
14+
<version>0.51</version>
1515
</parent>
1616

1717
<properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.facebook</groupId>
77
<artifactId>ktfmt-parent</artifactId>
8-
<version>0.51-SNAPSHOT</version>
8+
<version>0.51</version>
99
<packaging>pom</packaging>
1010

1111
<name>Ktfmt Parent</name>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.51-SNAPSHOT
1+
0.51

0 commit comments

Comments
 (0)