Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
audunhalland committed Oct 15, 2023
1 parent 464c28d commit b902379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entrait"
version = "0.5.3"
version = "0.6.0"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion entrait_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entrait_macros"
version = "0.5.3"
version = "0.6.0"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit b902379

Please sign in to comment.