We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e392c78 commit c81db87Copy full SHA for c81db87
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 0.12.13 — 2026-02-24
4
+
5
+### Bug Fixes
6
+- fix: handle zero PRs in release notes; extract CHANGELOG updater to script (#580)
7
+- fix: plain release notes fallback + sync version to 0.12.11 (#579)
8
+- fix: MCP + server reliability, observability, and hardening (#578)
9
10
+### Other
11
+- for the PR (#577)
12
13
## 0.8.3 2025-01-23
14
Fixes #299 Update height of ag-grid
15
Fixes tooltips so they can display values from other columns
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"numpy >= 2.2.5; python_version >= '3.13'",
42
]
43
44
-version = "0.12.12"
+version = "0.12.13"
45
46
47
[project.license]
0 commit comments