We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932006e commit c403155Copy full SHA for c403155
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.6.1](https://github.com/lu-pl/sparqlx/compare/v0.6.0...v0.6.1) (2025-12-21)
4
+
5
6
+### Bug Fixes
7
8
+* propagate exceptions in ClientManager.context/.acontext ([932006e](https://github.com/lu-pl/sparqlx/commit/932006e1ea731c809cec81ce5cdb1c51fbd38389))
9
10
## [0.6.0](https://github.com/lu-pl/sparqlx/compare/v0.5.2...v0.6.0) (2025-12-17)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sparqlx"
-version = "0.6.0"
+version = "0.6.1"
description = "Add your description here"
readme = "README.md"
authors = [
0 commit comments