From 9b10af9d2d6383bf44089292aca66eee56a13c5a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 7 Apr 2021 17:33:22 +0530 Subject: [PATCH] lib: bump to v1.0.0 Signed-off-by: Harsh Shandilya --- CHANGELOG.md | 8 ++++++++ lib/gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a884b4f..d51915e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.0.0] - 2021-04-07 + +### Added + +- Document public methods + ## [1.0.0-alpha01] - 2021-04-07 Initial release +[1.0.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v1.0.0-alpha01..v1.0.0 + [1.0.0-alpha01]: https://github.com/android-password-store/sublime-fuzzy/commits/v1.0.0-alpha01 diff --git a/lib/gradle.properties b/lib/gradle.properties index ee69c9c..6f9621e 100644 --- a/lib/gradle.properties +++ b/lib/gradle.properties @@ -1,4 +1,4 @@ -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