Skip to content

Commit

Permalink
Release v1.0.0 (#67)
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 Aug 30, 2024
1 parent ce6723d commit 9479d87
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [v1.0.0](https://github.com/bagherilab/container-collection/releases/tag/v1.0.0) - 2024-08-30

> Compare with [v0.6.1](https://github.com/bagherilab/container-collection/compare/v0.6.1...v1.0.0)
### Tests

- Added tests for filter manifest files task by [@mychal98](https://github.com/mychal98) in [#29](https://github.com/bagherilab/container-collection/pull/29)
- Add unit tests for container collection batch tasks by [@jessicasyu](https://github.com/jessicasyu) in [#64](https://github.com/bagherilab/container-collection/pull/64)
- Add unit tests for container collection fargate tasks by [@jessicasyu](https://github.com/jessicasyu) in [#65](https://github.com/bagherilab/container-collection/pull/65)
- Add unit tests for container collection docker tasks by [@jessicasyu](https://github.com/jessicasyu) in [#66](https://github.com/bagherilab/container-collection/pull/66)

### Documentation

- Add docstrings for template and manifest tasks by [@jessicasyu](https://github.com/jessicasyu) in [#63](https://github.com/bagherilab/container-collection/pull/63)

### Admin

- Fix release workflow by [@jessicasyu](https://github.com/jessicasyu) in [#60](https://github.com/bagherilab/container-collection/pull/60)
- Update workflow action versions and badges by [@jessicasyu](https://github.com/jessicasyu) in [#61](https://github.com/bagherilab/container-collection/pull/61)
- Bump dependency versions by [@jessicasyu](https://github.com/jessicasyu) in [#62](https://github.com/bagherilab/container-collection/pull/62)

# [v0.6.1](https://github.com/bagherilab/container-collection/releases/tag/v0.6.1) - 2023-08-18

> Compare with [v0.6.0](https://github.com/bagherilab/container-collection/compare/v0.6.0...v0.6.1)
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 = "container-collection"
version = "0.6.1"
version = "1.0.0"
description = "Collection of tasks for running containerized models."
authors = [
"Jessica S. Yu <[email protected]>"
Expand Down

0 comments on commit 9479d87

Please sign in to comment.