Skip to content

Commit bfb4d2d

Browse files
{"schema":"maestro/commit/1","summary":"Land Release v0.2.1","authority":"manual"}
2 parents b25c46a + 3008e80 commit bfb4d2d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "vibe-style"
1212
readme = "README.md"
1313
repository = "https://github.com/hack-ink/vibe-style"
1414
resolver = "3"
15-
version = "0.2.0"
15+
version = "0.2.1"
1616

1717
[[bin]]
1818
name = "vstyle"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Use the composite action to install a prebuilt release and run a read-only style
9898
9999
The action runs `vstyle curate --language <language>`, adds `--workspace` when
100100
`workspace: true`, and appends `args`. Use `language: swift` for Swift checks, and use
101-
`version: v0.2.0` when CI should pin a specific `vibe-style` release. Use
101+
`version: v0.2.1` when CI should pin a specific `vibe-style` release. Use
102102
`version: checkout` only when the workflow should build `vibe-style` from the action
103103
checkout, such as this repository's own local `uses: ./` workflow.
104104

0 commit comments

Comments
 (0)