File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 2.3.0] - 2022-12-29
8+
9+ - Upgrade to Kotlin 1.8.0
10+
711## [ 2.2.3] - 2022-12-10
812
913- Upgrade to Kotlin 1.7.22
@@ -57,7 +61,9 @@ All notable changes to this project will be documented in this file.
5761
5862Initial release
5963
60- [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..develop
64+ [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..develop
65+
66+ [ 2.3.0 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..v2.3.0
6167
6268[ 2.2.3 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.2..v2.2.3
6369
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kotlin.native.ignoreDisabledTargets=true
1111
1212# Maven publishing
1313GROUP =com.github.android-password-store
14- VERSION_NAME =2.2.3
14+ VERSION_NAME =2.3.0
1515POM_ARTIFACT_ID =sublime-fuzzy
1616POM_NAME =sublime-fuzzy
1717POM_DESCRIPTION =Kotlin implementation of Sublime Text's fuzzy search algorithm
You can’t perform that action at this time.
0 commit comments