We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ae141 commit 04fa835Copy full SHA for 04fa835
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [0.7.0](https://github.com/lu-pl/sparqlx/compare/v0.6.1...v0.7.0) (2025-12-28)
4
+
5
6
+### Features
7
8
+* implement SPARQL Protocol Operation types ([b623bfa](https://github.com/lu-pl/sparqlx/commit/b623bfad83e88e8d96dd0f5a4d39f028a21f767f))
9
10
11
+### Documentation
12
13
+* add query method section to README ([835b0dc](https://github.com/lu-pl/sparqlx/commit/835b0dc5c32bbcf85ca3c0a983b28d470334e3be))
14
15
## [0.6.1](https://github.com/lu-pl/sparqlx/compare/v0.6.0...v0.6.1) (2025-12-21)
16
17
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sparqlx"
-version = "0.6.1"
+version = "0.7.0"
description = "Add your description here"
readme = "README.md"
authors = [
0 commit comments