Skip to content

Commit 6ab8fc4

Browse files
committed
Add to change log and bump version
1 parent 8cfb2d7 commit 6ab8fc4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change log
22

3+
## v0.20.6
4+
### Performance
5+
- Subject object indexing for deduplication now default on, improves load speeds for many small files
6+
- Batch size for triples read now defaults to 10_000_000, reducing memory consumption.
7+
8+
## v0.20.5
9+
### Bug fixes
10+
- Fix issues with IF where having multiple types for "then" and "otherwise" could cause an exception
11+
- Fix issue where THIS was not injected into SHACL SPARQL
12+
13+
### Features
14+
- rules_debug in validate now prints every step so it is easier to debug recursive issues
15+
316
## v0.20.4
417
### Bug fixes
518
- Fix rounding issue

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py_maplib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py_maplib"
3-
version = "0.20.5"
3+
version = "0.20.6"
44
edition.workspace = true
55

66
[features]

0 commit comments

Comments
 (0)