Skip to content

Commit

Permalink
Cargo.toml: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Jul 1, 2024
1 parent 85a363b commit 4c11e37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Unreleased
# 0.7.0 (2024-07-01)

**Improvements**

* Add `>` syntax to use the raw line as the command name.
* Allow tags before command.
* [`29903fa`]: Add `>` syntax to use the raw line as the command name.
* [`5d2519c`]: Allow tags before command.

[`29903fa`]: https://github.com/erikgrinaker/goldenscript/commit/29903faed2813329a89b5d79080ec6843c1bac2d
[`5d2519c`]: https://github.com/erikgrinaker/goldenscript/commit/5d2519c2623765bb72b6648334763eba09a0f9e7

# 0.6.0 (2024-06-13)

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.6.0"
version = "0.7.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 4c11e37

Please sign in to comment.