File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.0.0-alpha03] - 2022-01-08
8
+
9
+ ### Changed
10
+
11
+ - Expand list of targets to include all tvOS, watchOS and iOS variants as well as their simulators.
12
+
7
13
## [ 2.0.0-alpha02] - 2022-01-08
8
14
9
15
### Changed
@@ -27,7 +33,9 @@ All notable changes to this project will be documented in this file.
27
33
28
34
Initial release
29
35
30
- [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha02..develop
36
+ [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha03..develop
37
+
38
+ [ 2.0.0-alpha03 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha02..v2.0.0-alpha03
31
39
32
40
[ 2.0.0-alpha02 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha01..v2.0.0-alpha02
33
41
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.0.0-alpha02
12
+ VERSION_NAME =2.0.0-alpha03
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