Skip to content

Commit

Permalink
chore: v0.3.1
Browse files Browse the repository at this point in the history
See the changelog for changes.
  • Loading branch information
semantic-release committed Oct 31, 2024
1 parent ca4458e commit f0a9543
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG


## v0.3.1 (2024-10-31)

### Bug Fixes

* fix: valueSet query (#175) ([`3b4d7b5`](https://github.com/canvas-medical/canvas-plugins/commit/3b4d7b53c6a385ebd862d15cf8a3b8b0a7af0d36))

### Chores

* chore: local development improvements (#102)

Co-authored-by: José Magalhães <jose.magalhaes@canvasmedical.com> ([`ca4458e`](https://github.com/canvas-medical/canvas-plugins/commit/ca4458e59ee51abf638facb8eb9ff231be0efa18))

* chore: fix test distribution step on semantic release gh action (#173) ([`6ee6b0c`](https://github.com/canvas-medical/canvas-plugins/commit/6ee6b0c715b771072a9a81b91bc7cc7f7bcb16e7))


## v0.3.0 (2024-10-29)

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

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

0 comments on commit f0a9543

Please sign in to comment.