Skip to content

Commit 4f7c83a

Browse files
committed
Cargo.toml: release 0.6.0
1 parent d8a8675 commit 4f7c83a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# Unreleased
1+
# 0.6.0 (2024-06-13)
22

33
**Improvements**
44

5-
* Add `[]` syntax for command tags, exposed as `Command.tags`.
6-
* Add `\x` escape sequence for hex bytes.
7-
* Add `\u{}` escape sequence for Unicode characters.
8-
* Allow empty commands, keys, and prefixes.
5+
* [`2bd0058`] Add `[]` syntax for command tags, exposed as `Command.tags`.
6+
* [`686e261`] Add `\x` escape sequence for hex bytes.
7+
* [`0b62d19`] Add `\u{}` escape sequence for Unicode characters.
8+
* [`a096929`] Allow empty commands, keys, and prefixes.
9+
10+
[`2bd0058`]: https://github.com/erikgrinaker/goldenscript/commit/2bd0058886111487472012d249184ce9663f1299
11+
[`686e261`]: https://github.com/erikgrinaker/goldenscript/commit/686e26168e901995f1311dad2a51345cee9ac9b2
12+
[`0b62d19`]: https://github.com/erikgrinaker/goldenscript/commit/0b62d19e48b14046d18c3796e6cd3c253ba53bb4
13+
[`a096929`]: https://github.com/erikgrinaker/goldenscript/commit/a096929774d44cbb979add9853b7eb45493ce2f0
914

1015
# 0.5.0 (2024-05-31)
1116

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goldenscript"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "A scriptable, data-driven test framework using golden masters"
55
categories = ["development-tools::testing"]
66
authors = ["Erik Grinaker <erik@grinaker.org>"]

0 commit comments

Comments
 (0)