Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent fc811d5 commit fe89c62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.4.0",
".": "1.5.0",
"packages": {
".": {
"extra-files": [
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.5.0](https://github.com/CHIMEFRB/workflow/compare/v1.4.0...v1.5.0) (2024-07-04)


### Features

* **audit:** added an audit daemon to the workflow cli ([b73287a](https://github.com/CHIMEFRB/workflow/commit/b73287a9a8d23c07472b933731463ce887e1b954))
* **audit:** added tests ([e2f0be0](https://github.com/CHIMEFRB/workflow/commit/e2f0be084f832cb56cc70fc08995be2e13433b64))
* **execute:** added functionality to execute work with the work object as arguments ([b9927f5](https://github.com/CHIMEFRB/workflow/commit/b9927f5e9f921d0f95de50f4a88ab7bc0aa1c49f))
* **pypi:** added functionality to push to pypi as workflow.core ([fc811d5](https://github.com/CHIMEFRB/workflow/commit/fc811d575d69c4edcc63519491d8a17dee6de8c1))

## [1.4.0](https://github.com/CHIMEFRB/workflow/compare/v1.3.2...v1.4.0) (2024-06-29)


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 = "workflow.core"
version = "1.4.0"
version = "1.5.0"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fe89c62

Please sign in to comment.