Skip to content

Commit 7447b65

Browse files
committed
chore(release): bump version and update changelog
1 parent 31f7ab8 commit 7447b65

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
713
## [2.0.0-alpha02] - 2022-01-08
814

915
### Changed
@@ -27,7 +33,9 @@ All notable changes to this project will be documented in this file.
2733

2834
Initial release
2935

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
3139

3240
[2.0.0-alpha02]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha01..v2.0.0-alpha02
3341

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
99

1010
# Maven publishing
1111
GROUP=com.github.android-password-store
12-
VERSION_NAME=2.0.0-alpha02
12+
VERSION_NAME=2.0.0-alpha03
1313
POM_ARTIFACT_ID=sublime-fuzzy
1414
POM_NAME=sublime-fuzzy
1515
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm

0 commit comments

Comments
 (0)