Skip to content

Commit 27f76ce

Browse files
chore: release v0.3.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7990b0a commit 27f76ce

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.0](https://github.com/zetanumbers/scope-lock/compare/v0.2.5...v0.3.0) - 2025-05-15
10+
11+
### Added
12+
13+
- [**breaking**] carry the return value of the `lock_scope` closure
14+
15+
### Other
16+
17+
- Separate MIRI setup stage
18+
- temporary disable MIRI preemptive scheduling
19+
- remove rust-toolchain.toml
20+
- [**breaking**] remove deprecated methods
21+
- disable tree borrows as parking_lot does not support strict provenance
22+
- fix miri CI
23+
- add flake dev shell and update rust version
24+
925
## [0.2.5](https://github.com/zetanumbers/scope-lock/compare/v0.2.4...v0.2.5) - 2024-06-02
1026

1127
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scope-lock"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
edition = "2024"
55
# TODO: elaborate
66
description = "Safely extend lifetimes"

0 commit comments

Comments
 (0)