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 Mar 25, 2024
1 parent cdee4cd commit 9cbcdfc
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] - 2024-03-25
### Changed
- Unimock now supports very flexible argument mutation, instead of one hard-coded parameter.
To achieve this, the `answers` API had to be redesigned with a new signature based on a `dyn Fn`.
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 = "unimock"
version = "0.6.0-rc1"
version = "0.6.0"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -26,7 +26,7 @@ unstable-doc-cfg = []
critical-section = ["once_cell/critical-section"]

[dependencies]
unimock_macros = { path = "unimock_macros", version = "0.6.0-rc1" }
unimock_macros = { path = "unimock_macros", version = "0.6.0" }
once_cell = { version = "1.17", default-features = false }
polonius-the-crab = "0.4"
pretty_assertions = { version = "1.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion unimock_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unimock_macros"
version = "0.6.0-rc1"
version = "0.6.0"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 9cbcdfc

Please sign in to comment.