File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
26
26
### Added
27
27
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
+
28
43
- Adds an initial implementation of GPML (Graph Pattern Matching Language), following
29
44
PartiQL [ RFC-0025] ( https://github.com/partiql/partiql-docs/blob/main/RFCs/0025-graph-data-model.md )
30
45
and [ RFC-0033] ( https://github.com/partiql/partiql-docs/blob/main/RFCs/0033-graph-query.md ) .
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
31
31
32
32
| Group ID | Artifact ID | Recommended Version |
33
33
| ---------------| -----------------------| ---------------------|
34
- | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.10 .0 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.11 .0 ` |
35
35
36
36
37
37
For Maven builds, add the following to your ` pom.xml ` :
Original file line number Diff line number Diff line change 1
1
group =org.partiql
2
- version =0.10.1-SNAPSHOT
2
+ version =0.11.0
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments