Skip to content

Commit

Permalink
Cargo.toml: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed May 25, 2024
1 parent 88bc697 commit 4f09a1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Unreleased
# 0.3.0 (2024-05-25)

**Breaking changes**

* Return `Box<dyn Error>` from `Argument.parse()`, like `Runner` does.
* [`44df27d`] Return `Box<dyn Error>` from `Argument.parse()`, like `Runner`.

**Improvements**

* Add `Command.pos_args()` and `key_args()` for filtering argument types.
* Add `Argument.name()` to identify arguments.
* Implement `Clone` for `Command` and `Argument`.
* [`eb25a24`] Add `Command.pos_args()` and `key_args()` for filtering argument types.
* [`f4bcae6`] Add `Argument.name()` to identify arguments.
* [`5ff556d`] Implement `Clone` for `Command` and `Argument`.

[`44df27d`]: https://github.com/erikgrinaker/goldenscript/commit/44df27daf3f6f31adde25238693daeb17611a057
[`eb25a24`]: https://github.com/erikgrinaker/goldenscript/commit/eb25a24136ee0f90ec0f067e169fb70114003743
[`f4bcae6`]: https://github.com/erikgrinaker/goldenscript/commit/f4bcae6f4dcd400deed1e2ad49de876ccccb6a25
[`5ff556d`]: https://github.com/erikgrinaker/goldenscript/commit/5ff556dff5875243aff5efc914689da1078f1431

# 0.2.0 (2024-05-05)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goldenscript"
version = "0.2.0"
version = "0.3.0"
description = "A scriptable, data-driven test framework using golden masters"
categories = ["development-tools::testing"]
authors = ["Erik Grinaker <[email protected]>"]
Expand Down

0 comments on commit 4f09a1c

Please sign in to comment.