From 2fbb22c82d6de09361a4082b7d5b1f64c609cefc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 30 Jun 2023 02:05:41 +0530 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 7 ++++++- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef44da..8845a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.3.3] - 2023-06-30 + - Remove deprecated Kotlin/Native targets. See [kotl.in/native-targets-tiers](https://kotl.in/native-targets-tiers). - Fix build configuration error that prevented Linux targets from published. Versions 2.3.0 through 2.3.2 did not have Linux artifacts published. +- Upgrade to Kotlin 1.8.22 ## [2.3.2] - 2023-04-18 @@ -72,7 +75,9 @@ All notable changes to this project will be documented in this file. Initial release -[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.3..develop + +[2.3.3]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..v2.3.3 [2.3.2]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.1..v2.3.2 diff --git a/gradle.properties b/gradle.properties index 37f026e..16ed6e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ kotlin.native.ignoreDisabledTargets=true # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=2.3.2 +VERSION_NAME=2.3.3 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm