Skip to content

Commit

Permalink
Prepare v0.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jan 25, 2024
1 parent c6bf4ae commit a2ea781
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ Thank you to all who have contributed!
-->

## [0.13.3] - 2024-01-25

### Added

### Changed
- Upgrade IonJava dependency to v1.11.1

### Deprecated

### Fixed

### Removed

### Security

### Contributors
Thank you to all who have contributed!
- @alancai98

## [0.13.2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o

| Group ID | Artifact ID | Recommended Version |
|---------------|-----------------------|---------------------|
| `org.partiql` | `partiql-lang-kotlin` | `0.13.2` |
| `org.partiql` | `partiql-lang-kotlin` | `0.13.3` |


For Maven builds, add the following to your `pom.xml`:
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/partiql.versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Versions {
const val gson = "2.10.1"
const val guava = "31.1-jre"
const val ionElement = "1.0.0"
const val ionJava = "1.10.2"
const val ionJava = "1.11.1"
const val ionSchema = "1.2.1"
const val jansi = "2.4.0"
const val jgenhtml = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.partiql
version=0.13.2
version=0.13.3

ossrhUsername=EMPTY
ossrhPassword=EMPTY
Expand Down

0 comments on commit a2ea781

Please sign in to comment.