From 1de3a7c0b032eec039f335b83accb44e58db7e59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:29:19 -0500 Subject: [PATCH] Release v0.15.0 (#74) Co-authored-by: jessicasyu <15913767+jessicasyu@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090183e..0f83226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [v0.15.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.15.0) - 2024-03-01 + +> Compare with [v0.14.0](https://github.com/bagherilab/arcade-collection/compare/v0.14.0...v0.15.0) + +### Features + +- Update convert model units to infer model resolution by [@jessicasyu](https://github.com/jessicasyu) in [#72](https://github.com/bagherilab/arcade-collection/pull/72) + +### Admin + +- Bump dependency versions by [@jessicasyu](https://github.com/jessicasyu) in [#73](https://github.com/bagherilab/arcade-collection/pull/73) + # [v0.14.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.14.0) - 2024-01-09 > Compare with [v0.13.0](https://github.com/bagherilab/arcade-collection/compare/v0.13.0...v0.14.0) diff --git a/pyproject.toml b/pyproject.toml index fd1a7f9..630c6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade-collection" -version = "0.14.0" +version = "0.15.0" description = "Collection of tasks for working with ARCADE." authors = [ "Jessica S. Yu "