Skip to content

Commit ea7143c

Browse files
committed
release: bumps sprocket to v0.12.2
1 parent 04638d0 commit ea7143c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.2 - 05-05-2025
11+
1012
### Fixed
1113

1214
* Fix `sprocket run` not printing analysis diagnostics ([#110](https://github.com/stjude-rust-labs/sprocket/pull/110)).

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "sprocket"
3-
version = "0.12.1"
3+
version = "0.12.2"
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"

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.12.0",
16+
text: "v0.12.2",
1717
items: [
1818
{
1919
text: "Changelog",

0 commit comments

Comments
 (0)