Skip to content

Commit

Permalink
Merge pull request #8 from ballerina-platform/release-0.7.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 0.7.1 release
  • Loading branch information
NipunaMadhushan authored Dec 12, 2023
2 parents f3ca1ee + 613cfa7 commit 25dd2a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,27 @@ modules = [
{org = "ballerina", packageName = "observe", moduleName = "observe.mockextension"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "os", moduleName = "os"}
]

[[package]]
org = "ballerinax"
name = "newrelic"
version = "0.7.0"
version = "0.7.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "observe"}
{org = "ballerina", name = "observe"},
{org = "ballerina", name = "os"}
]
modules = [
{org = "ballerinax", packageName = "newrelic", moduleName = "newrelic"}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# under the License.

group=org.ballerinalang
version=0.7.1-SNAPSHOT
version=0.7.2-SNAPSHOT
ballerinaLangVersion=2201.8.2
org.gradle.caching=true
org.gradle.parallel=true
Expand Down

0 comments on commit 25dd2a9

Please sign in to comment.