From 171a947ce79261518b0e5aa5671c68bbb8d8354c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nivaldo=20Bondan=C3=A7a?= Date: Tue, 23 Apr 2024 05:59:41 -0700 Subject: [PATCH] Bump version to 0.48 Summary: Changelog: * Migrated to Google Java Format 1.22.0 (https://github.com/facebook/ktfmt/pull/440 and https://github.com/facebook/ktfmt/pull/452) * Added support for RangUntil (`..<`) operator (https://github.com/facebook/ktfmt/pull/433) * Trailing space issue on lambda blocks (https://github.com/facebook/ktfmt/pull/426) * Fix empty enum parse error (https://github.com/facebook/ktfmt/pull/425) * Preserving empty enums semicolons (https://github.com/facebook/ktfmt/pull/434) * Always use UTF8 (https://github.com/facebook/ktfmt/pull/437) * IntelliJI DEA plugin update (https://github.com/facebook/ktfmt/pull/420) * Managing trailing commas in enums (https://github.com/facebook/ktfmt/pull/449) * Badges on README (https://github.com/facebook/ktfmt/pull/446 and https://github.com/facebook/ktfmt/pull/453) * Emit parsing error for calls with multiple trailing lambdas (https://github.com/facebook/ktfmt/pull/457) * Removed duplicated line in editorconfig file (https://github.com/facebook/ktfmt/pull/456) Reviewed By: cortinico Differential Revision: D56467599 fbshipit-source-id: 10e90a34118267e36db80940f6a4e43aef89fbd3 --- core/pom.xml | 2 +- pom.xml | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index c57177a3..e027c791 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -11,7 +11,7 @@ com.facebook ktfmt-parent - 0.47-SNAPSHOT + 0.48 diff --git a/pom.xml b/pom.xml index 00673d28..5c6517c6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.facebook ktfmt-parent - 0.47-SNAPSHOT + 0.48 pom Ktfmt Parent diff --git a/version.txt b/version.txt index d7bf00b2..8ae5e618 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.47-SNAPSHOT +0.48