diff --git a/CHANGELOG.md b/CHANGELOG.md index d50183a..b56a466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.6.0] - 2023-10-15 ### Changed - Unimock bumped to 0.5. ### Fixed diff --git a/Cargo.toml b/Cargo.toml index a40bd46..cef3330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "entrait" -version = "0.5.3" +version = "0.6.0" authors = ["Audun Halland "] edition = "2021" rust-version = "1.60" @@ -19,7 +19,7 @@ boxed-futures = ["dep:async-trait"] nightly-tests = [] [dependencies] -entrait_macros = { path = "entrait_macros", version = "0.5.3" } +entrait_macros = { path = "entrait_macros", version = "0.6.0" } implementation = "0.1" async-trait = { version = "0.1", optional = true } unimock = { version = "0.5", optional = true } diff --git a/entrait_macros/Cargo.toml b/entrait_macros/Cargo.toml index 021d06e..17b8b90 100644 --- a/entrait_macros/Cargo.toml +++ b/entrait_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "entrait_macros" -version = "0.5.3" +version = "0.6.0" authors = ["Audun Halland "] edition = "2021" rust-version = "1.60"