Skip to content

Commit

Permalink
Branching for 0.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgapeyev committed Oct 28, 2022
1 parent ebbe6dc commit d003273
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- Template: after a release, copy and paste out below
## [Unreleased]
### Added
- Extends statement redaction to support `INSERT/REPLACE/UPSERT INTO`.
### Changed
Expand All @@ -18,6 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Security
-->


## [0.8.1] - 2022-10-28

### Added
- Extends statement redaction to support `INSERT/REPLACE/UPSERT INTO`.


## [0.8.0] - 2022-10-14

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.0`|
| `org.partiql` | `partiql-lang-kotlin` | `0.8.1` |


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-SNAPSHOT'
version = '0.8.1'
}

buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)
Expand Down
2 changes: 1 addition & 1 deletion lib/partiql-isl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
}

// lib subprojects are _currently_ versioned independently of partiql-lang-kotlin
version = "0.2.3-SNAPSHOT"
version = "0.2.3"
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

dependencies {
Expand Down

0 comments on commit d003273

Please sign in to comment.