Skip to content

Commit 57d101f

Browse files
chore(release): 2.8.1 [skip ci]
## [2.8.1](v2.8.0...v2.8.1) (2025-11-02) ### Bug Fixes * [release] prevent accidental entity deletion in Dataset graph checks ([867c738](867c738)) * add citation support for Miscellany (Series) entities ([85f5cee](85f5cee)) * enable automatic cache refresh for small datasets and optimize configuration ([a429e42](a429e42)) * handle Dataset.triples() calls correctly in quadstore mode ([84845eb](84845eb)) * handle virtual properties explicitly in display rules utils ([d9a40a9](d9a40a9)) * include Review and ReviewArticle in citation display queries ([2ba321b](2ba321b))
1 parent 867c738 commit 57d101f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.8.1](https://github.com/opencitations/heritrace/compare/v2.8.0...v2.8.1) (2025-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* [release] prevent accidental entity deletion in Dataset graph checks ([867c738](https://github.com/opencitations/heritrace/commit/867c738defbc2e14dbe4c07488253dd9c17a1512))
7+
* add citation support for Miscellany (Series) entities ([85f5cee](https://github.com/opencitations/heritrace/commit/85f5cee105840d096e091f4bf3c7bda6a5f7082f))
8+
* enable automatic cache refresh for small datasets and optimize configuration ([a429e42](https://github.com/opencitations/heritrace/commit/a429e42162cee2356242ff4a2a7b55859ad05b91))
9+
* handle Dataset.triples() calls correctly in quadstore mode ([84845eb](https://github.com/opencitations/heritrace/commit/84845eb7c7bdd5aea73fbc73db2a236c150e07a1))
10+
* handle virtual properties explicitly in display rules utils ([d9a40a9](https://github.com/opencitations/heritrace/commit/d9a40a98eb0f3ab9599e241146339bfbe656613b))
11+
* include Review and ReviewArticle in citation display queries ([2ba321b](https://github.com/opencitations/heritrace/commit/2ba321b94b65579c065ceb96ce22e16d866088db))
12+
113
# [2.8.0](https://github.com/opencitations/heritrace/compare/v2.7.0...v2.8.0) (2025-10-26)
214

315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "heritrace"
3-
version = "2.8.0"
3+
version = "2.8.1"
44
description = "An environment for data modification"
55
authors = ["arcangelo7 <[email protected]>"]
66
license = "ISC"

0 commit comments

Comments
 (0)