Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"+6": "0.0.0",
"backend/telemetry": "0.1.2",
"+7": "0.0.0",
"workflows-cli": "0.1.0",
"workflows-cli": "0.1.1",
"+8": "0.0.0",
"backend/auth-daemon": "0.1.0"
}
16 changes: 16 additions & 0 deletions workflows-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/workflows-cli@v0.1.0...workflows-cli@v0.1.1) (2025-10-09)


### Features

* **cli:** add command to create new workflowtemplate repo ([2767e6d](https://github.com/DiamondLightSource/workflows/commit/2767e6d1bc5b017b1db9791fe80808d5b8eddb14))
* **cli:** add submit option ([5fc2662](https://github.com/DiamondLightSource/workflows/commit/5fc266266e20d796832939ddcac871eaa126b244))
* **cli:** lint workflow labels and annotations ([a871b37](https://github.com/DiamondLightSource/workflows/commit/a871b376c993bfa5575e2b5985aed6be104dba3c))
* **cli:** templateboilerplate for workflows-cli ([ef11aa6](https://github.com/DiamondLightSource/workflows/commit/ef11aa67692afb86be4285bdde97fa66ab2a64e7))
* workflows-cli ([a2d708b](https://github.com/DiamondLightSource/workflows/commit/a2d708bceccf27fc4e8b70b1e35336ddde61d6f3))


### Bug Fixes

* exhaustive science group list ([232a055](https://github.com/DiamondLightSource/workflows/commit/232a05582ea1ffa05304f0db94f8e056e5a25e5b))

## 0.1.0 (2025-06-25)


Expand Down
2 changes: 1 addition & 1 deletion workflows-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workflows-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workflows"
version = "0.1.0"
version = "0.1.1"
edition = "2024"

[dependencies]
Expand Down
Loading