Skip to content

Commit 748e8eb

Browse files
authored
Releases v0.11.0 (#1088)
1 parent 0a7f511 commit 748e8eb

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

2626
### Added
2727

28+
### Changed
29+
30+
### Deprecated
31+
32+
### Fixed
33+
34+
### Removed
35+
36+
### Security
37+
38+
39+
## [0.11.0] - 2023-05-22
40+
41+
### Added
42+
2843
- Adds an initial implementation of GPML (Graph Pattern Matching Language), following
2944
PartiQL [RFC-0025](https://github.com/partiql/partiql-docs/blob/main/RFCs/0025-graph-data-model.md)
3045
and [RFC-0033](https://github.com/partiql/partiql-docs/blob/main/RFCs/0033-graph-query.md).

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.10.0` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.11.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.10.1-SNAPSHOT
2+
version=0.11.0
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)