Skip to content

Commit 692d442

Browse files
rchowelllziq
andauthored
Prepares 0.9.0 release (#932)
Co-authored-by: lziq <[email protected]>
1 parent f7f41fb commit 692d442

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
## [Unreleased]
2525

26+
### Added
27+
28+
### Changed
29+
30+
### Deprecated
31+
32+
### Fixed
33+
34+
### Removed
35+
36+
### Security
37+
38+
## [0.9.0] - 2022-12-13
39+
2640
### Added
2741
- Adds simple auto-completion to the CLI.
2842
- Adds the IsListParenthesizedMeta meta to aid in differentiating between parenthesized and non-parenthesized lists

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
3131

3232
| Group ID | Artifact ID | Recommended Version |
3333
|---------------|-----------------------|---------------------|
34-
| `org.partiql` | `partiql-lang-kotlin` | `0.8.2` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.9.0` |
3535

3636

3737
For Maven builds, add the following to your `pom.xml`:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.partiql
2-
version=0.8.2-SNAPSHOT
2+
version=0.9.0
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)