Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.6 and Prepares for v0.14.7 development #1466

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Contributors
Thank you to all who have contributed!
-->

## [Unreleased]

### Added
Expand All @@ -40,6 +39,28 @@ Thank you to all who have contributed!
### Contributors
Thank you to all who have contributed!

## [0.14.6]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: CHANGELOG links at the bottom should also be updated -- https://github.com/partiql/partiql-lang-kotlin/blob/v0.14.6-prep/CHANGELOG.md?plain=1#L1093-L1094.

Think we're also missing the links for the previous release, 0.14.5


### Added

### Changed
- Improved performance for conversion between in PartiQLValueIonReaderBuilder
- Shade Antlr Dependency for PartiQL-Parser and PartiQL-Lang
- Delete duplicated `StaticTypeMeta` class in PartiQL-Lang package.
### Deprecated

### Fixed

### Removed

### Security

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

## [0.14.5]

### 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.14.5` |
| `org.partiql` | `partiql-lang-kotlin` | `0.14.6` |


For Maven builds, add the following to your `pom.xml`:
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.14.6-SNAPSHOT
version=0.14.7-SNAPSHOT

ossrhUsername=EMPTY
ossrhPassword=EMPTY
Expand Down
Loading