File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
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.1.0] - 2022-01-17
8
+
9
+ - Add Android native targets
10
+
7
11
## [ 2.0.0] - 2022-01-11
8
12
9
13
- No changes from [ 2.0.0-alpha03]
@@ -37,7 +41,9 @@ All notable changes to this project will be documented in this file.
37
41
38
42
Initial release
39
43
40
- [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0..develop
44
+ [ Unreleased ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..develop
45
+
46
+ [ 2.1.0 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..v2.0.0
41
47
42
48
[ 2.0.0 ] : https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha03..v2.0.0
43
49
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ It is available as a Kotlin Multiplatform library for the following platforms
22
22
- iOS simulator arm64
23
23
- tvOS simulator arm64
24
24
- watchOS simulator arm64
25
+ - Android native arm32
26
+ - Android native arm64
25
27
26
28
## Downloading
27
29
You can’t perform that action at this time.
0 commit comments