Skip to content

Commit 382d807

Browse files
chore: release v0.4.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 626b214 commit 382d807

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/zetanumbers/scope-lock/compare/v0.3.0...v0.3.1) - 2025-05-19
10+
11+
### Fixed
12+
13+
- reimplement extended reference tracking using std
14+
15+
### Other
16+
17+
- allow documentation hidding for a minor update
18+
- hide leftover legacy code
19+
- Revert "docs: deprecate and hide docs on leftover legacy code"
20+
- restore Unpin impls in leftover legacy code
21+
- relax MIRI restrictions, add tree borrows and run 8 random seeds
22+
- deprecate and hide docs on leftover legacy code
23+
924
## [0.3.0](https://github.com/zetanumbers/scope-lock/compare/v0.2.5...v0.3.0) - 2025-05-15
1025

1126
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
# TODO: elaborate
66
description = "Safely extend lifetimes"

0 commit comments

Comments
 (0)