Skip to content

Commit

Permalink
New release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Nov 28, 2022
1 parent c84468a commit 8e6bf2d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- Template: after a release, copy and paste out below
## [Unreleased]
### Added
### Changed
### Deprecated
### Fixed
### Removed
### Security
-->

## [0.8.2] - 2022-11-28
### Added
- Extends statement redaction to support `INSERT/REPLACE/UPSERT INTO`.
- Adds simple auto-completion to the CLI.
Expand All @@ -25,16 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Modifications have also been made to the ANTLR grammar to increase the speed of parsing joined table references
- Updates how the PartiQLParser handles parameter indexes to remove the double-pass while lexing

### Deprecated
### Fixed
### Removed
### Security
-->


## [0.8.1] - 2022-10-28

### 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.8.1` |
| `org.partiql` | `partiql-lang-kotlin` | `0.8.2` |


For Maven builds, add the following to your `pom.xml`:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {

subprojects {
group = 'org.partiql'
version = '0.8.1'
version = '0.8.2'
}

buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)
Expand Down

0 comments on commit 8e6bf2d

Please sign in to comment.