Skip to content

Commit

Permalink
Releases v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Feb 14, 2024
1 parent e894fad commit 68b5993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,16 @@ Thank you to all who have contributed!
-->

## [Unreleased]

### Added

### Changed

### Deprecated
## [0.14.3] - 2024-02-14

### Fixed
- Return type of `partiql-ast`'s `SqlDialect` for `defaultReturn` to be a `SqlBlock` rather than `Nothing`
- Flatten `CASE WHEN` branch type in `PlanTyper`

### Removed

### Security

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

## [0.14.2] - 2024-01-25

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.2` |
| `org.partiql` | `partiql-lang-kotlin` | `0.14.3` |


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.3-SNAPSHOT
version=0.14.3

ossrhUsername=EMPTY
ossrhPassword=EMPTY
Expand Down

0 comments on commit 68b5993

Please sign in to comment.