Skip to content

Commit 7568655

Browse files
chore(main): release workflows-cli 0.1.1
1 parent 39d7349 commit 7568655

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"+6": "0.0.0",
1313
"backend/telemetry": "0.1.2",
1414
"+7": "0.0.0",
15-
"workflows-cli": "0.1.0",
15+
"workflows-cli": "0.1.1",
1616
"+8": "0.0.0",
1717
"backend/auth-daemon": "0.1.0"
1818
}

workflows-cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.1) (2025-10-28)
4+
5+
6+
### Features
7+
8+
* **cli:** add command to create new workflowtemplate repo ([2767e6d](https://github.com/DiamondLightSource/workflows/commit/2767e6d1bc5b017b1db9791fe80808d5b8eddb14))
9+
* **cli:** add submit option ([5fc2662](https://github.com/DiamondLightSource/workflows/commit/5fc266266e20d796832939ddcac871eaa126b244))
10+
* **cli:** lint workflow labels and annotations ([a871b37](https://github.com/DiamondLightSource/workflows/commit/a871b376c993bfa5575e2b5985aed6be104dba3c))
11+
* **cli:** templateboilerplate for workflows-cli ([ef11aa6](https://github.com/DiamondLightSource/workflows/commit/ef11aa67692afb86be4285bdde97fa66ab2a64e7))
12+
13+
14+
### Bug Fixes
15+
16+
* exhaustive science group list ([232a055](https://github.com/DiamondLightSource/workflows/commit/232a05582ea1ffa05304f0db94f8e056e5a25e5b))
17+
318
## 0.1.0 (2025-06-25)
419

520

workflows-cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflows-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "workflows"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)