Skip to content

Commit 8ad3cfa

Browse files
author
semantic-release
committed
chore: v0.112.0
See the changelog for changes.
1 parent f7651ea commit 8ad3cfa

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# CHANGELOG
22

33

4+
## v0.112.0 (2026-03-11)
5+
6+
### Bug Fixes
7+
8+
- Don't let plugins define protocols from other modules
9+
([#1539](https://github.com/canvas-medical/canvas-plugins/pull/1539),
10+
[`64d0f46`](https://github.com/canvas-medical/canvas-plugins/commit/64d0f46b4e8a7b4f5d584da7e1f8bc1ae57cbf45))
11+
12+
- Prevent intermittent ImportError during plugin reload
13+
([#1546](https://github.com/canvas-medical/canvas-plugins/pull/1546),
14+
[`47c3598`](https://github.com/canvas-medical/canvas-plugins/commit/47c35981407359bca7fe1a4e00f1b481e4a667b4))
15+
16+
### Chores
17+
18+
- Add additional tests on deferred imports
19+
([#1540](https://github.com/canvas-medical/canvas-plugins/pull/1540),
20+
[`c3e1de6`](https://github.com/canvas-medical/canvas-plugins/commit/c3e1de6fe612e397cf13685893953a4c65a253e9))
21+
22+
### Features
23+
24+
- Add DocumentReference, SnapshotImage, PatientIdentificationCard, and related models
25+
([#1481](https://github.com/canvas-medical/canvas-plugins/pull/1481),
26+
[`44a20c7`](https://github.com/canvas-medical/canvas-plugins/commit/44a20c7a78dc7c331b1d291ee622d513b36eafff))
27+
28+
- Allow importing re.fullmatch and typing.TYPE_CHECKING
29+
([#1422](https://github.com/canvas-medical/canvas-plugins/pull/1422),
30+
[`9895f8d`](https://github.com/canvas-medical/canvas-plugins/commit/9895f8d1fa01c18e0758ec82d2c064ff0567f07d))
31+
32+
- Implement effect for exporting ccdas
33+
([#1477](https://github.com/canvas-medical/canvas-plugins/pull/1477),
34+
[`f7651ea`](https://github.com/canvas-medical/canvas-plugins/commit/f7651ea76e9087458a93b46910d3e5d021482c67))
35+
36+
- Log message when plugin-runner exits (and the reason)
37+
([#1526](https://github.com/canvas-medical/canvas-plugins/pull/1526),
38+
[`b0a6bdb`](https://github.com/canvas-medical/canvas-plugins/commit/b0a6bdb4ae0c0e3aa98fc26ac720cd66e6d1aa02))
39+
40+
441
## v0.111.0 (2026-03-05)
542

643
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ license = "MIT"
6262
name = "canvas"
6363
readme = "README.md"
6464
requires-python = ">=3.11,<3.15"
65-
version = "0.111.0"
65+
version = "0.112.0"
6666

6767
[project.optional-dependencies]
6868
test-utils = ["pytest-canvas"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)