From f434ecc311ab2aef075009e522f171a73b92e288 Mon Sep 17 00:00:00 2001 From: niveathika Date: Thu, 6 Jun 2024 08:41:45 +0000 Subject: [PATCH 1/4] [Automated] Update the toml files --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 0ed51a3..bae21b9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "niveathika" name = "pluralize" -version = "1.0.0" +version = "1.0.1" authors = ["Niveathika"] keywords = ["Plural", "Pluralize", "Singular", "Singularize"] repository = "https://github.com/ballerina-platform/module-niveathika-pluralize" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index eb8942f..5160752 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -95,7 +95,7 @@ modules = [ [[package]] org = "niveathika" name = "pluralize" -version = "1.0.0" +version = "1.0.1" dependencies = [ {org = "ballerina", name = "lang.regexp"}, {org = "ballerina", name = "test"}, From 5f17ecaf574d203a33225caece4b3427aed04de4 Mon Sep 17 00:00:00 2001 From: niveathika Date: Thu, 6 Jun 2024 08:42:03 +0000 Subject: [PATCH 2/4] [Gradle Release Plugin] - pre tag commit: 'v1.0.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1315242..70bd3b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.caching=true -version=1.0.1-SNAPSHOT +version=1.0.1 downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 From 5d57bd9f8f462129d6c61242d402bd22cbcf1471 Mon Sep 17 00:00:00 2001 From: niveathika Date: Thu, 6 Jun 2024 08:42:05 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - new version commit: 'v1.0.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 70bd3b9..9ef617c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.caching=true -version=1.0.1 +version=1.0.2-SNAPSHOT downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 From 31338b3b466f247ae1be4784c65ce037dc99c886 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Thu, 6 Jun 2024 14:12:50 +0530 Subject: [PATCH 4/4] Update changelog.md Signed-off-by: Niveathika --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index f7676a7..ce287ec 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [1.0.1] - 06/06/2024 + ### Changed - Disable restore case functionality by default.