Skip to content

Commit 0c95443

Browse files
author
Ghislain Fourny
committed
Bump version and add documentation.
1 parent 677e35a commit 0c95443

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
349349

350350
# Latest updates
351351

352+
## Version 0.2.0 alpha 6
353+
- Fix a bug with the config() call of the builder.
354+
- add withDelta() to configure Delta Lake tables and files, for use with the JSONiq Update Facility.
355+
352356
## Version 0.2.0 alpha 5
353357
- If the initialization of the Spark session fails, we now check if SPARK_HOME is set and if it may be invalid or pointing to a different Spark version than 4.0, and output a more informative error message.
354358

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsoniq"
7-
version = "0.2.0a5"
7+
version = "0.2.0a6"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [

0 commit comments

Comments
 (0)