Skip to content

Commit

Permalink
Merge pull request #36 from ballerina-platform/release-0.2.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 0.2.0 release
  • Loading branch information
MohamedSabthar authored Dec 1, 2023
2 parents d7d519a + 4e8f9ff commit 37b504c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "copybook-native"
version = "0.1.3"
path="../native/build/libs/copybook-native-0.1.3.jar"
version = "0.2.0"
path="../native/build/libs/copybook-native-0.2.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "copybook-commons"
version = "0.1.3"
path = "../commons/build/libs/copybook-commons-0.1.3.jar"
version = "0.2.0"
path = "../commons/build/libs/copybook-commons-0.2.0.jar"

[[platform.java17.dependency]]
groupId = "org.antlr"
Expand Down
12 changes: 8 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.0] - 2023-12-01

### Fixed
- [[#5848] Fix String Index Out Of Range Error During Decimal to String Conversion](https://github.com/ballerina-platform/ballerina-library/issues/5848)

### Changed
- [[#5849] Rename Copybook Convertor Object to Converter](https://github.com/ballerina-platform/ballerina-library/issues/5849)

## [0.1.3] - 2023-11-21

### Added
- [[#5777] Add Copybook Module Spec](https://github.com/ballerina-platform/ballerina-library/issues/5777)

### Fixed
- [[#5783] Fix Incorrect Length Validation in Negative Decimals](https://github.com/ballerina-platform/ballerina-library/issues/5783)
- [[#5848] Fix String Index Out Of Range Error During Decimal to String Conversion](https://github.com/ballerina-platform/ballerina-library/issues/5848)

### Changed
- [[#5849] Rename Copybook Convertor Object to Converter](https://github.com/ballerina-platform/ballerina-library/issues/5849)

## [0.1.2] - 2023-11-15

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.lib
version=0.1.4-SNAPSHOT
version=0.2.1-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 37b504c

Please sign in to comment.