Skip to content

Commit

Permalink
chore: v0.15.0
Browse files Browse the repository at this point in the history
See the changelog for changes.
  • Loading branch information
semantic-release committed Jan 28, 2025
1 parent 3d15c2f commit fc2190c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,62 @@
# CHANGELOG


## v0.15.0 (2025-01-28)

### Bug Fixes

- Reloading relative imports on plugin updates
([#323](https://github.com/canvas-medical/canvas-plugins/pull/323),
[`42f34f8`](https://github.com/canvas-medical/canvas-plugins/commit/42f34f826953f1014314d4752369e2cd0df073e8))

### Chores

- Bump the production-patches group across 1 directory with 3 updates
([#334](https://github.com/canvas-medical/canvas-plugins/pull/334),
[`38149ad`](https://github.com/canvas-medical/canvas-plugins/commit/38149ada89c8d93eceea3dcf309ddf25ada00e41))

- Ensure test plugins are unloaded between tests
([#337](https://github.com/canvas-medical/canvas-plugins/pull/337),
[`9fafe24`](https://github.com/canvas-medical/canvas-plugins/commit/9fafe24af98e2ad6b0f7a1abe2046729a278510a))

- Fix integration tests ([#367](https://github.com/canvas-medical/canvas-plugins/pull/367),
[`3d15c2f`](https://github.com/canvas-medical/canvas-plugins/commit/3d15c2fd7849ee787a24a6badf8443100315eed3))

- Fix python warnings ([#335](https://github.com/canvas-medical/canvas-plugins/pull/335),
[`22f83ff`](https://github.com/canvas-medical/canvas-plugins/commit/22f83ffd9ebe395bf6bd5372d8bf1c1ea76626e1))

### Features

- Add additional allowed imports ([#350](https://github.com/canvas-medical/canvas-plugins/pull/350),
[`518c62c`](https://github.com/canvas-medical/canvas-plugins/commit/518c62cddd1355297507532e491916d436598917))

- Add cancel and reschedule appointment events
([#305](https://github.com/canvas-medical/canvas-plugins/pull/305),
[`812e977`](https://github.com/canvas-medical/canvas-plugins/commit/812e977610e1d51464dd2dc29676ca328710bac6))

Co-authored-by: Miguel Quintas <miguelquintas@Mac.lan>

- Add events and effects for patient portal appointments actions
([#308](https://github.com/canvas-medical/canvas-plugins/pull/308),
[`0f1359a`](https://github.com/canvas-medical/canvas-plugins/commit/0f1359ad58bd7b8a9519832b49818d0897ec007b))

Co-authored-by: Miguel Quintas <miguelquintas@Miguels-MacBook-Pro.local>

Co-authored-by: Nuno Silva <nuno.silva@canvasmedical.com>

### Refactoring

- Set up v1 of the data module as a Django application such that v2 can be added later
([#319](https://github.com/canvas-medical/canvas-plugins/pull/319),
[`b5276d7`](https://github.com/canvas-medical/canvas-plugins/commit/b5276d74905bc4f83d6f62f8911a98173013afa2))

### Testing

- Use `raise_for_status()` when making http requests in integration tests
([#364](https://github.com/canvas-medical/canvas-plugins/pull/364),
[`df947cc`](https://github.com/canvas-medical/canvas-plugins/commit/df947ccc21dcddc9c84bf8ab6854a54c68480772))


## v0.14.0 (2025-01-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = [
{include = "settings.py"}
]
readme = "README.md"
version = "0.14.0"
version = "0.15.0"

[tool.poetry.dependencies]
cookiecutter = "*"
Expand Down

0 comments on commit fc2190c

Please sign in to comment.