Skip to content

Commit

Permalink
Release libcnb-test 0.6.0 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley authored Jul 21, 2022
1 parent e4a3644 commit d650452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libcnb-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion libcnb-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d650452

Please sign in to comment.