Skip to content

Commit 81feec6

Browse files
committed
chore(release): update changelog and bump version
1 parent 49f9b78 commit 81feec6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [2.0.0-alpha02] - 2022-01-08
8+
9+
### Changed
10+
11+
- Fix an API visibility error that resulted in match methods being unavailable from public API
12+
13+
## [2.0.0-alpha01] - 2022-01-08
14+
715
### Changed
816

917
- The library is now KMP compatible, available for JVM, JS, iOS, Linux, macOS, and Windows.
@@ -19,7 +27,11 @@ All notable changes to this project will be documented in this file.
1927

2028
Initial release
2129

22-
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v1.0.0..develop
30+
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha02..develop
31+
32+
[2.0.0-alpha02]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha01..v2.0.0-alpha02
33+
34+
[2.0.0-alpha01]: https://github.com/android-password-store/sublime-fuzzy/compare/v1.0.0..v2.0.0-alpha01
2335

2436
[1.0.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v1.0.0-alpha01..v1.0.0
2537

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-alpha01
12+
VERSION_NAME=2.0.0-alpha02
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)