Skip to content

Commit

Permalink
Merge pull request #538 from ballerina-platform/release-2.10.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.10.0 release
  • Loading branch information
TharmiganK authored Aug 22, 2024
2 parents 6c54439 + 3dad971 commit 86b6c75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.10.0"
path = "../native/build/libs/mime-native-2.10.0-SNAPSHOT.jar"
path = "../native/build/libs/mime-native-2.10.0.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/mime-test-utils-2.10.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/mime-test-utils-2.10.0.jar"
scope = "testOnly"

[[platform.java17.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file contains all the notable changes done to the Ballerina MIME package th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.10.0] - 2024-08-20

### Added
- [Add MIME entity methods to handle server sent events](https://github.com/ballerina-platform/ballerina-library/issues/6739)
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.10.0-SNAPSHOT
ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
version=2.10.1-SNAPSHOT
ballerinaLangVersion=2201.10.0

mimepullVersion=1.9.11
puppycrawlCheckstyleVersion=10.12.0
Expand All @@ -11,6 +11,6 @@ ballerinaGradlePluginVersion=2.2.3
mockitoVersion=5.3.1

stdlibIoVersion=1.6.0
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
stdlibLogVersion=2.10.0
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 86b6c75

Please sign in to comment.