File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
Thank you to all who have contributed!
24
24
-->
25
25
26
+ ## [ Unreleased]
27
+
28
+ ### Added
29
+
30
+ ### Changed
31
+
32
+ ### Deprecated
33
+
34
+ ### Fixed
35
+
36
+ ### Removed
37
+
38
+ ### Security
39
+
40
+ ### Contributors
41
+ Thank you to all who have contributed!
42
+
26
43
## [ 1.0.0] ( https://github.com/partiql/partiql-lang-kotlin/releases/tag/v1.0.0 ) - 2025-01-23
27
44
28
45
This is our biggest release yet, and we are incredibly excited to announce 1.0.
@@ -1144,7 +1161,7 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
1144
1161
### Added
1145
1162
Initial alpha release of PartiQL.
1146
1163
1147
- [ Unreleased ] : https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.3 ...HEAD
1164
+ [ Unreleased ] : https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0...HEAD
1148
1165
[ 1.0.0-rc.3 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.2...v1.0.0-rc.3
1149
1166
[ 1.0.0-rc.2 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.1...v1.0.0-rc.2
1150
1167
[ 1.0.0-rc.1 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-perf.1...v1.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
# PartiQL Code Examples
2
2
3
+ # ** WARNING** : these examples are out of date. They are using an older partiql-lang-kotlin version. Tracking issue to update
4
+
3
5
Code examples on how to use the PartiQL reference implementation library can be found in both Java and Kotlin. To
4
6
run an example execute the command from the project root folder:
5
7
Original file line number Diff line number Diff line change 1
1
group =org.partiql
2
- version =1.0.0
2
+ version =1.0.1-SNAPSHOT
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments