Skip to content

Commit b15c070

Browse files
committed
change log and crates version
changelog change log fmt change log prettier
1 parent 6f89bfc commit b15c070

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-stm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.40 (18-03-2025)
9+
10+
### Changed
11+
12+
- Moved implementation blocks under their respective structures.
13+
- Ordered property tests.
14+
815
## 0.3.18 (11-04-2024)
916

1017
- Deprecate `portable` feature:

mithril-stm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.3.39"
3+
version = "0.3.40"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)