Skip to content

Commit 3760b07

Browse files
authored
release: bumps version (#52)
1 parent 4df90af commit 3760b07

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.10.0 - 01-17-2025
11+
12+
### Added
13+
14+
* Added `--local-only` and `--single-document` args to `check/lint` ([#48](https://github.com/stjude-rust-labs/sprocket/pull/48)).
15+
* Added a `validate-inputs` command. ([#48](https://github.com/stjude-rust-labs/sprocket/pull/48)).
16+
1017
### Changed
1118

1219
* `format` now requires one of the `--check` or `--overwrite` arguments ([#51](https://github.com/stjude-rust-labs/sprocket/pull/51)).
@@ -15,11 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1522
* Only allow one `file` argument to `check/lint` instead of any number of local files and directories
1623
([#48](https://github.com/stjude-rust-labs/sprocket/pull/48)).
1724

18-
### Added
19-
20-
* Added `--local-only` and `--single-document` args to `check/lint` ([#48](https://github.com/stjude-rust-labs/sprocket/pull/48)).
21-
* Added a `validate-inputs` command. ([#48](https://github.com/stjude-rust-labs/sprocket/pull/48)).
22-
2325
## 0.9.0 - 10-22-2024
2426

2527
### Changed

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.9.0"
3+
version = "0.10.0"
44
description = "A command line tool for working with Workflow Description Language (WDL) files"
55
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
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.9.0",
16+
text: "v0.10.0",
1717
items: [
1818
{
1919
text: "Changelog",

0 commit comments

Comments
 (0)