File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
1128
1128
Initial alpha release of PartiQL.
1129
1129
1130
1130
[ Unreleased ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.9...HEAD
1131
- [ 0.14.8 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.8...v0.14.9
1131
+ [ 0.14.9 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.8...v0.14.9
1132
1132
[ 0.14.8 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.7...v0.14.8
1133
1133
[ 0.14.7 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.6...v0.14.7
1134
1134
[ 0.14.6 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.5...v0.14.6
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.14.8 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.14.9 ` |
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.14.8
2
+ version =0.14.9
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments