We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e4b6d commit 9b10af9Copy full SHA for 9b10af9
CHANGELOG.md
@@ -2,8 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.0.0] - 2021-04-07
6
+
7
+### Added
8
9
+- Document public methods
10
11
## [1.0.0-alpha01] - 2021-04-07
12
13
Initial release
14
15
+[1.0.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v1.0.0-alpha01..v1.0.0
16
17
[1.0.0-alpha01]: https://github.com/android-password-store/sublime-fuzzy/commits/v1.0.0-alpha01
lib/gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.0.0-alpha01
+VERSION_NAME=1.0.0
POM_ARTIFACT_ID=sublime-fuzzy
POM_NAME=sublime-fuzzy
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm
0 commit comments