Skip to content

Commit

Permalink
Merge pull request #103 from ballerina-platform/release-1.5.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.5.0 release
  • Loading branch information
TharmiganK committed Oct 28, 2023
2 parents 8ec0020 + cf2421b commit aa5a93f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.5.0"
path = "../native/build/libs/constraint-native-1.5.0-SNAPSHOT.jar"
path = "../native/build/libs/constraint-native-1.5.0.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin"
class = "io.ballerina.stdlib.constraint.compiler.ConstraintCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.5.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.5.0.jar"
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina Constraint pack

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]
## [1.5.0] - 2023-10-27

### Added
- [Add support to overwrite default error message for constraint violations](https://github.com/ballerina-platform/ballerina-standard-library/issues/3211)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.5.0-SNAPSHOT
version=1.5.1-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
slf4jVersion=1.7.30
testngVersion=7.6.1
Expand Down

0 comments on commit aa5a93f

Please sign in to comment.