wdl-cli 0.2.0

Facilities for building command-line tools using the `wdl` crates
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.2.0 - 05-27-2025

#### Dependencies

* Bumps dependencies.

## 0.1.2 - 05-05-2025

#### Fixed

* JSON and YAML files are now correctly parsed ([#440]https://github.com/stjude-rust-labs/wdl/pull/440).
* Removes the unused `shellcheck` option in `wdl::cli::Analysis` ([#441]https://github.com/stjude-rust-labs/wdl/pull/441).

## 0.1.1 - 05-02-2025

_A patch bump was required because an error was made during the release of `wdl` v0.13.0 regarding dependencies._

## 0.1.0 - 05-01-2025

#### Added

* Adds the initial version of the crate.