Skip to content

Commit 1a6e9bf

Browse files
author
semantic-release
committed
0.10.2
Automatically generated by python-semantic-release
1 parent 87fd5ce commit 1a6e9bf

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
<!-- CHANGELOG -->
44

5+
## v0.10.2 (2026-07-26)
6+
7+
### Bug Fixes
8+
9+
- **errors**: Give every tool catch-all coverage; stop mislabelling bad JSON
10+
([`d4167a6`](https://github.com/ReyemTech/mcp-canada/commit/d4167a6ecf4da4d4db17c759ba39f3022adeb229))
11+
12+
- **errors**: Make upstream_guard a real catch-all; classify schema drift
13+
([`7d834c8`](https://github.com/ReyemTech/mcp-canada/commit/7d834c82753da01353667f0376a4ad5192b7c0b7))
14+
15+
### Chores
16+
17+
- Sync uv.lock after release
18+
([`fcd80ac`](https://github.com/ReyemTech/mcp-canada/commit/fcd80acfe68d4b74bb9c43665d008e72e88d182e))
19+
20+
### Continuous Integration
21+
22+
- Test on Python 3.14; correct the version classifiers
23+
([`9e2c843`](https://github.com/ReyemTech/mcp-canada/commit/9e2c843bbb41dc555923ccd02e4f130cf0e48521))
24+
25+
### Documentation
26+
27+
- **20.2**: Add ERR-01..ERR-04 requirements and traceability
28+
([`54cac7c`](https://github.com/ReyemTech/mcp-canada/commit/54cac7cc0045377f4a33e5c0dee14581724d0d7e))
29+
30+
- **20.2**: Record live validation and close the state item
31+
([`3521196`](https://github.com/ReyemTech/mcp-canada/commit/35211960ce9392311c7740168e855870320bd284))
32+
33+
- **20.2**: Record the catch-all rule and the JSONDecodeError trap
34+
([`2ac1952`](https://github.com/ReyemTech/mcp-canada/commit/2ac19525a39ba50ea5f48e98209f6eb9e9d5f9d5))
35+
36+
- **20.2**: Verification report
37+
([`e7c0c83`](https://github.com/ReyemTech/mcp-canada/commit/e7c0c83dd55f8d934af748f169087a0f41f3f95d))
38+
39+
540
## v0.10.1 (2026-07-26)
641

742
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["**/__tests__/**", "**/test_*.py", "**/conftest.py"]
77

88
[project]
99
name = "mcp-canada"
10-
version = "0.10.1"
10+
version = "0.10.2"
1111
description = "MCP server for Canadian federal government data — bilingual, multi-source, AI-ready."
1212
readme = "README.md"
1313
license = "MIT"

src/mcp_canada/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""mcp-canada: MCP server for Canadian federal government data."""
22

3-
__version__ = "0.10.1"
3+
__version__ = "0.10.2"

0 commit comments

Comments
 (0)