Skip to content

Commit 920a76f

Browse files
authored
Adds -SNAPSHOT; upgrade to v1.0.1 (#1731)
1 parent 97741fa commit 920a76f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
Thank you to all who have contributed!
2424
-->
2525

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+
2643
## [1.0.0](https://github.com/partiql/partiql-lang-kotlin/releases/tag/v1.0.0) - 2025-01-23
2744

2845
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
11441161
### Added
11451162
Initial alpha release of PartiQL.
11461163

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
11481165
[1.0.0-rc.3]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.2...v1.0.0-rc.3
11491166
[1.0.0-rc.2]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-rc.1...v1.0.0-rc.2
11501167
[1.0.0-rc.1]: https://github.com/partiql/partiql-lang-kotlin/compare/v1.0.0-perf.1...v1.0.0-rc.1

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PartiQL Code Examples
22

3+
# **WARNING**: these examples are out of date. They are using an older partiql-lang-kotlin version. Tracking issue to update
4+
35
Code examples on how to use the PartiQL reference implementation library can be found in both Java and Kotlin. To
46
run an example execute the command from the project root folder:
57

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=1.0.0
2+
version=1.0.1-SNAPSHOT
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)