File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.3.3] - 2023-06-30
8
+
7
9
- Remove deprecated Kotlin/Native targets. See [ kotl.in/native-targets-tiers] ( https://kotl.in/native-targets-tiers ) .
8
10
- Fix build configuration error that prevented Linux targets from published. Versions 2.3.0 through 2.3.2 did not have Linux artifacts published.
11
+ - Upgrade to Kotlin 1.8.22
9
12
10
13
## [ 2.3.2] - 2023-04-18
11
14
@@ -72,7 +75,9 @@ All notable changes to this project will be documented in this file.
72
75
73
76
Initial release
74
77
75
- [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..develop
78
+ [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.3..develop
79
+
80
+ [ 2.3.3 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..v2.3.3
76
81
77
82
[ 2.3.2 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.1..v2.3.2
78
83
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.2
14
+ VERSION_NAME =2.3.3
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