Skip to content

Commit

Permalink
Release v0.16.0 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: jessicasyu <[email protected]>
  • Loading branch information
github-actions[bot] and jessicasyu authored Sep 25, 2024
1 parent 444adc7 commit 6dc6f30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [v0.16.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.16.0) - 2024-09-25

> Compare with [v0.15.0](https://github.com/bagherilab/arcade-collection/compare/v0.15.0...v0.16.0)
### Tests

- Add unit tests for arcade collection input tasks by [@jessicasyu](https://github.com/jessicasyu) in [#78](https://github.com/bagherilab/arcade-collection/pull/78)
- Add unit tests for arcade collection output tasks by [@jessicasyu](https://github.com/jessicasyu) in [#79](https://github.com/bagherilab/arcade-collection/pull/79)
- Add unit tests for arcade collection convert tasks by [@jessicasyu](https://github.com/jessicasyu) in [#80](https://github.com/bagherilab/arcade-collection/pull/80)

### Admin

- Fix release workflow by [@jessicasyu](https://github.com/jessicasyu) in [#75](https://github.com/bagherilab/arcade-collection/pull/75)
- Update workflow action versions and badges by [@jessicasyu](https://github.com/jessicasyu) in [#76](https://github.com/bagherilab/arcade-collection/pull/76)
- Bump dependency versions by [@jessicasyu](https://github.com/jessicasyu) in [#77](https://github.com/bagherilab/arcade-collection/pull/77)
- Bump dependency versions and clean up docstrings by [@jessicasyu](https://github.com/jessicasyu) in [#81](https://github.com/bagherilab/arcade-collection/pull/81)
- Update dependency requirements to work with other collections by [@jessicasyu](https://github.com/jessicasyu) in [#82](https://github.com/bagherilab/arcade-collection/pull/82)

# [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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "arcade-collection"
version = "0.15.0"
version = "0.16.0"
description = "Collection of tasks for working with ARCADE."
authors = [
"Jessica S. Yu <[email protected]>"
Expand Down

0 comments on commit 6dc6f30

Please sign in to comment.