We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d873e8f commit 57be9b9Copy full SHA for 57be9b9
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased (2025-12-20)
4
5
+## v0.8.6 (2025-12-20)
6
+
7
### Fixes
8
9
- Fix: task syntax.
@@ -10,6 +12,10 @@
10
12
11
13
### Other
14
15
+- Bump version: 0.8.5 → 0.8.6.
16
17
+- Chore: update changelog.
18
19
- Bump version: 0.8.4 → 0.8.5.
20
21
## v0.8.5 (2025-12-20)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "smw-reader"
-version = "0.8.5"
+version = "0.8.6"
description = "A modular Python client library for accessing Semantic MediaWiki (SMW) API endpoints"
readme = "README.md"
authors = [
0 commit comments