Skip to content

Commit

Permalink
chore(main): release 1.11.0 (#124)
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 Sep 12, 2024
1 parent 43753b6 commit e3a269c
Show file tree
Hide file tree
Showing 3 changed files with 11 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.10.0",
".": "1.11.0",
"packages": {
".": {
"extra-files": [
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.11.0](https://github.com/CHIMEFRB/workflow/compare/v1.10.0...v1.11.0) (2024-09-11)


### Features

* **cli/configs.py:** added new command ([9af0d44](https://github.com/CHIMEFRB/workflow/commit/9af0d44fa2820201529fe35ecf405db2aaa95c60))
* **cli/pipelines.py:** added format to history timestamp ([43753b6](https://github.com/CHIMEFRB/workflow/commit/43753b6277b620b78b446fbe4a9f0fbad332a7a2))
* **cli/pipelines.py:** improving pipelines output ([1edb6e3](https://github.com/CHIMEFRB/workflow/commit/1edb6e36bbc1d7e3347cb693e07f77a02583b03b))

## [1.10.0](https://github.com/CHIMEFRB/workflow/compare/v1.9.11...v1.10.0) (2024-09-11)


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

0 comments on commit e3a269c

Please sign in to comment.