Skip to content

Commit 21fd4b4

Browse files
authored
Merge pull request #56 from joe-p/release/0.6
release: 0.6.0
2 parents 1b05eff + 19ad87c commit 21fd4b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED: 0.6.0
1+
# 0.6.0
22

33
## Breaking Changes
44

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
@@ -5,7 +5,7 @@ license = "MIT"
55
description = "A low-friction language-agnostic tool for keeping tests in sync across teams and implementations"
66
repository = "https://github.com/joe-p/polytest"
77
exclude = ["examples/"]
8-
version = "0.5.0"
8+
version = "0.6.0"
99
edition = "2021"
1010

1111
[dependencies]

examples/shapes/polytest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Test comment
33
"name": "Shapes Test Plan",
44
"package_name": "shapes",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"resource_dir": "./resources",
77
"suite": {
88
"circle": {

0 commit comments

Comments
 (0)