File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.2.1] - 2022-08-11
8
+
7
9
- Upgrade to Kotlin 1.7.10
8
10
9
11
## [ 2.2.0] - 2022-06-09
@@ -47,7 +49,11 @@ All notable changes to this project will be documented in this file.
47
49
48
50
Initial release
49
51
50
- [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..develop
52
+ [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..develop
53
+
54
+ [ 2.2.1 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..v2.2.0
55
+
56
+ [ 2.2.0 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.0..v2.1.0
51
57
52
58
[ 2.1.0 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..v2.0.0
53
59
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
9
9
10
10
# Maven publishing
11
11
GROUP =com.github.android-password-store
12
- VERSION_NAME =2.2.0
12
+ VERSION_NAME =2.2.1
13
13
POM_ARTIFACT_ID =sublime-fuzzy
14
14
POM_NAME =sublime-fuzzy
15
15
POM_DESCRIPTION =Kotlin implementation of Sublime Text's fuzzy search algorithm
You can’t perform that action at this time.
0 commit comments