Skip to content

Commit 6f3ddfc

Browse files
committed
release: bumps sprocket to v0.12.0
1 parent e799667 commit 6f3ddfc

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.12.0 - 05-02-2025
11+
1012
### Added
1113

1214
* Introduced the `run` subcommand ([#102](https://github.com/stjude-rust-labs/sprocket/pull/102)).

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sprocket"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "A command line tool for working with Workflow Description Language (WDL) documents"
55
authors = ["The Sprocket project contributors"]
66
license = "MIT OR Apache-2.0"
@@ -33,9 +33,4 @@ tracing-indicatif = "0.3.9"
3333
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
3434
url = "2.5.4"
3535
walkdir = "2.5.0"
36-
wdl = { version = "0.13.1", features = [
37-
"cli",
38-
"codespan",
39-
"engine",
40-
"lsp",
41-
] }
36+
wdl = { version = "0.13.1", features = ["cli", "codespan", "engine", "lsp"] }

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
nav: [
1414
{ text: "Documentation", link: "/overview" },
1515
{
16-
text: "v0.11.0",
16+
text: "v0.12.0",
1717
items: [
1818
{
1919
text: "Changelog",

0 commit comments

Comments
 (0)