Skip to content

Commit

Permalink
chore: release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
audunhalland committed Oct 30, 2024
1 parent 896912e commit 84a9601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.7.1] - 2024-10-30
### Added
- #![no_std]

## [0.7.0] - 2024-03-27
### Changed
- Unimock bumped to 0.6.
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.7.0"
version = "0.7.1"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand All @@ -15,7 +15,7 @@ default = []
unimock = ["dep:unimock"]

[dependencies]
entrait_macros = { path = "entrait_macros", version = "0.7.0" }
entrait_macros = { path = "entrait_macros", version = "0.7.1" }
implementation = "0.1"
unimock = { version = "0.6.2", 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.7.0"
version = "0.7.1"
authors = ["Audun Halland <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit 84a9601

Please sign in to comment.