From d65045275b7385a3bc01e98d00d71e04f3fe4cc1 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 21 Jul 2022 19:32:37 +0100 Subject: [PATCH] Release libcnb-test 0.6.0 (#481) GUS-W-11469147. --- libcnb-test/CHANGELOG.md | 2 ++ libcnb-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libcnb-test/CHANGELOG.md b/libcnb-test/CHANGELOG.md index a3ce5a4c..d2d55c28 100644 --- a/libcnb-test/CHANGELOG.md +++ b/libcnb-test/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.6.0] 2022-07-21 + - Overhaul the crate README/docs, to improve the learning/onboarding UX. ([#478](https://github.com/heroku/libcnb.rs/pull/478)) - Rename `TestRunner::run_test` to `TestRunner::build`, `TestConfig` to `BuildConfig` and `TestContext::run_test` to `TestContext::rebuild`. ([#470](https://github.com/heroku/libcnb.rs/pull/470)) - Add `TestContext::start_container`, `TestContext::run_shell_command` and `ContainerConfig`. ([#469](https://github.com/heroku/libcnb.rs/pull/469)) diff --git a/libcnb-test/Cargo.toml b/libcnb-test/Cargo.toml index 2996056d..fb5096a2 100644 --- a/libcnb-test/Cargo.toml +++ b/libcnb-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcnb-test" -version = "0.5.0" +version = "0.6.0" edition = "2021" rust-version = "1.59" license = "BSD-3-Clause"