Skip to content

Commit

Permalink
Cargo.toml: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Jun 13, 2024
1 parent d8a8675 commit 4f7c83a
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,11 +1,16 @@
# Unreleased
# 0.6.0 (2024-06-13)

**Improvements**

* Add `[]` syntax for command tags, exposed as `Command.tags`.
* Add `\x` escape sequence for hex bytes.
* Add `\u{}` escape sequence for Unicode characters.
* Allow empty commands, keys, and prefixes.
* [`2bd0058`] Add `[]` syntax for command tags, exposed as `Command.tags`.
* [`686e261`] Add `\x` escape sequence for hex bytes.
* [`0b62d19`] Add `\u{}` escape sequence for Unicode characters.
* [`a096929`] Allow empty commands, keys, and prefixes.

[`2bd0058`]: https://github.com/erikgrinaker/goldenscript/commit/2bd0058886111487472012d249184ce9663f1299
[`686e261`]: https://github.com/erikgrinaker/goldenscript/commit/686e26168e901995f1311dad2a51345cee9ac9b2
[`0b62d19`]: https://github.com/erikgrinaker/goldenscript/commit/0b62d19e48b14046d18c3796e6cd3c253ba53bb4
[`a096929`]: https://github.com/erikgrinaker/goldenscript/commit/a096929774d44cbb979add9853b7eb45493ce2f0

# 0.5.0 (2024-05-31)

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.5.0"
version = "0.6.0"
description = "A scriptable, data-driven test framework using golden masters"
categories = ["development-tools::testing"]
authors = ["Erik Grinaker <erik@grinaker.org>"]
Expand Down

0 comments on commit 4f7c83a

Please sign in to comment.