Skip to content

Commit 0605135

Browse files
chore(main): release workflows-cli 0.1.1
1 parent 2d453ae commit 0605135

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/workflows-cli@v0.1.0...workflows-cli@v0.1.1) (2025-10-09)
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+
* workflows-cli ([a2d708b](https://github.com/DiamondLightSource/workflows/commit/a2d708bceccf27fc4e8b70b1e35336ddde61d6f3))
13+
14+
15+
### Bug Fixes
16+
17+
* exhaustive science group list ([232a055](https://github.com/DiamondLightSource/workflows/commit/232a05582ea1ffa05304f0db94f8e056e5a25e5b))
18+
319
## 0.1.0 (2025-06-25)
420

521

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)