Skip to content

Commit

Permalink
Release v0.10.0 (#53)
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 e00ef88 commit a32fa6c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [v0.10.0](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.10.0) - 2024-09-25

> Compare with [v0.9.0](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.9.0...v0.10.0)
### Tests

- Add unit tests for shape collection tasks by [@jessicasyu](https://github.com/jessicasyu) in [#50](https://github.com/allen-cell-animated/abm-shape-collection/pull/50)

### Documentation

- Update type hinting and task defaults by [@jessicasyu](https://github.com/jessicasyu) in [#52](https://github.com/allen-cell-animated/abm-shape-collection/pull/52)

### Admin

- Fix release workflow by [@jessicasyu](https://github.com/jessicasyu) in [#47](https://github.com/allen-cell-animated/abm-shape-collection/pull/47)
- Update workflow action versions and badges by [@jessicasyu](https://github.com/jessicasyu) in [#48](https://github.com/allen-cell-animated/abm-shape-collection/pull/48)
- Bump dependency versions by [@jessicasyu](https://github.com/jessicasyu) in [#49](https://github.com/allen-cell-animated/abm-shape-collection/pull/49)
- Add Python 3.11 to workflows and apply ruff linting by [@jessicasyu](https://github.com/jessicasyu) in [#51](https://github.com/allen-cell-animated/abm-shape-collection/pull/51)

# [v0.9.0](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.9.0) - 2024-02-23

> Compare with [v0.8.0](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.8.0...v0.9.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 = "abm-shape-collection"
version = "0.9.0"
version = "0.10.0"
description = "Collection of tasks for analyzing cell shapes."
authors = [
"Jessica S. Yu <[email protected]>"
Expand Down

0 comments on commit a32fa6c

Please sign in to comment.