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.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.3.1] - 2023-02-10
8
+
9
+ - Upgrade to Kotlin 1.8.10
10
+
7
11
## [ 2.3.0] - 2022-12-29
8
12
9
13
- Upgrade to Kotlin 1.8.0. The Kotlin JS artifact now only supports IR.
@@ -61,7 +65,9 @@ All notable changes to this project will be documented in this file.
61
65
62
66
Initial release
63
67
64
- [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..develop
68
+ [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.1..develop
69
+
70
+ [ 2.3.1 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.0..v2.3.1
65
71
66
72
[ 2.3.0 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..v2.3.0
67
73
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kotlin.native.ignoreDisabledTargets=true
11
11
12
12
# Maven publishing
13
13
GROUP =com.github.android-password-store
14
- VERSION_NAME =2.3.0
14
+ VERSION_NAME =2.3.1
15
15
POM_ARTIFACT_ID =sublime-fuzzy
16
16
POM_NAME =sublime-fuzzy
17
17
POM_DESCRIPTION =Kotlin implementation of Sublime Text's fuzzy search algorithm
You can’t perform that action at this time.
0 commit comments