From 17fb0e0e508c0ff35fc2f068860af3987e4d8c65 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:40:59 +0000 Subject: [PATCH 1/6] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 76fab1d7..f4f1bc83 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240806-083400-aabac46a" +distribution-version = "2201.10.0-20240814-095500-9d14866a" [[package]] org = "ballerina" From 39c808b84240bbb3f4ba2c9406f3b6a67991855d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:41:33 +0000 Subject: [PATCH 2/6] Move dependencies to stable versions --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 888d6b7d..56bf5b8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.11.0-SNAPSHOT -ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a +ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 githubJohnrengelmanShadowVersion=8.1.1 checkstyleToolVersion=10.12.0 @@ -19,8 +19,8 @@ protobufVersion=3.20.3 # Dependencies stdlibIoVersion=1.6.0 -stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8 +stdlibLogVersion=2.10.0 stdlibCryptoVersion=2.7.2 stdlibTimeVersion=2.4.0 -observeVersion=1.3.0-20240814-114100-0f71e1e -observeInternalVersion=1.3.0-20240814-114900-8a734a3 +observeVersion=1.3.0 +observeInternalVersion=1.3.0 From f0188ddc7ebf1e8cdacd4b1b7c7ab9174da630bf Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:42:32 +0000 Subject: [PATCH 3/6] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 45099e57..22793b32 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "tcp-native" version = "1.11.0" -path = "../native/build/libs/tcp-native-1.11.0-SNAPSHOT.jar" +path = "../native/build/libs/tcp-native-1.11.0.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.11.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.11.0.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index a4461ac6..eb035148 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "tcp-plugin" class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index f4f1bc83..7c94fb25 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.0" +version = "1.6.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, From cde5b62e060ffab2e84342f6e9295b0d706f2a19 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:42:33 +0000 Subject: [PATCH 4/6] [Gradle Release Plugin] - pre tag commit: 'v1.11.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 56bf5b8d..df6b9b61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.0-SNAPSHOT +version=1.11.0 ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 githubJohnrengelmanShadowVersion=8.1.1 From d487de120c156ea32a61982c0f514bf5d09a0db4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 07:42:34 +0000 Subject: [PATCH 5/6] [Gradle Release Plugin] - new version commit: 'v1.11.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index df6b9b61..2a0705c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.0 +version=1.11.1-SNAPSHOT ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 githubJohnrengelmanShadowVersion=8.1.1 From 55ba7b83dca6a1d6e4de91aec2821f136da32376 Mon Sep 17 00:00:00 2001 From: DimuthuMadushan Date: Mon, 26 Aug 2024 16:59:56 +0530 Subject: [PATCH 6/6] Update the changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 92025fc4..04f05c94 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.11.0] - 2024-08-20 + ### Changed - [Make some of the Java classes proper utility classes](https://github.com/ballerina-platform/ballerina-standard-library/issues/4941)