Skip to content

Commit

Permalink
chore: CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jan 8, 2025
1 parent fd4fb32 commit 478e452
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wdl-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Added utility function `analyze` to simplify the API ([#283](https://github.com/stjude-rust-labs/wdl/pull/283)).
* Added functions for getting type information of task requirements and hints ([#241](https://github.com/stjude-rust-labs/wdl/pull/241)).
* Exposed information about workflow calls from an analyzed document ([#239](https://github.com/stjude-rust-labs/wdl/pull/239)).
* Added formatting to the analyzer ([#247](https://github.com/stjude-rust-labs/wdl/pull/247)).
Expand Down
1 change: 1 addition & 0 deletions wdl-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Added utility functions `run` and `validate_inputs` for a simpler API ([#283](https://github.com/stjude-rust-labs/wdl/pull/283)).
* Reduced size of the `Value` type ([#277](https://github.com/stjude-rust-labs/wdl/pull/277)).
* Implement task evaluation with local execution and remaining WDL 1.2
functionality ([#265](https://github.com/stjude-rust-labs/wdl/pull/265)).
Expand Down
1 change: 0 additions & 1 deletion wdl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added an `--open` flag to `wdl doc` subcommand ([#269](https://github.com/stjude-rust-labs/wdl/pull/269)).
* Added the `engine` module containing the implementation of `wdl-engine` ([#265](https://github.com/stjude-rust-labs/wdl/pull/265)).
* Implemented the `wdl run` subcommand for running tasks ([#265](https://github.com/stjude-rust-labs/wdl/pull/265)).
* Aded a `util` module to facilitate a simpler API for both the `wdl` CLI and `sprocket` ([#283](https://github.com/stjude-rust-labs/wdl/pull/283)).
* Aded a `validate` subcommand for validating input JSONs ([#283](https://github.com/stjude-rust-labs/wdl/pull/283)).

### Fixed
Expand Down

0 comments on commit 478e452

Please sign in to comment.