Skip to content

Commit 9b10af9

Browse files
committed
lib: bump to v1.0.0
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent a3e4b6d commit 9b10af9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.0] - 2021-04-07
6+
7+
### Added
8+
9+
- Document public methods
10+
511
## [1.0.0-alpha01] - 2021-04-07
612

713
Initial release
814

15+
[1.0.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v1.0.0-alpha01..v1.0.0
16+
917
[1.0.0-alpha01]: https://github.com/android-password-store/sublime-fuzzy/commits/v1.0.0-alpha01

lib/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.0.0-alpha01
1+
VERSION_NAME=1.0.0
22
POM_ARTIFACT_ID=sublime-fuzzy
33
POM_NAME=sublime-fuzzy
44
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm

0 commit comments

Comments
 (0)