Skip to content

Commit 9e60977

Browse files
chore(main): release workflows-cli 0.1.1
1 parent d495af5 commit 9e60977

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
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
}

workflows-cli/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/workflows-cli@v0.1.0...workflows-cli@v0.1.1) (2025-07-17)
4+
5+
6+
### Features
7+
8+
* **cli:** add submit option ([5fc2662](https://github.com/DiamondLightSource/workflows/commit/5fc266266e20d796832939ddcac871eaa126b244))
9+
* workflows-cli ([a2d708b](https://github.com/DiamondLightSource/workflows/commit/a2d708bceccf27fc4e8b70b1e35336ddde61d6f3))
10+
311
## 0.1.0 (2025-06-25)
412

513

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)