Skip to content

Commit 129522e

Browse files
github-actions[bot]zetanumbers
authored andcommitted
chore: release
1 parent a6c96fe commit 129522e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.5](https://github.com/zetanumbers/scope-lock/compare/v0.2.4...v0.2.5) - 2024-06-02
10+
11+
### Added
12+
- add new Extender methods which don't use dynamic dispatch
13+
- add unchecked versions of extend functions
14+
- pointer_like traits added
15+
16+
### Fixed
17+
- drop reference guard after extended value is dropped
18+
19+
### Other
20+
- remove old empty files
21+
- disable stacked borrows on tree borrows check
22+
- add test for a specific data race error on miri
23+
- remove unused pub(crate)
24+
- update parking_lot in Cargo.lock
25+
- swap order of tree borrows and stack borrows tests
26+
- set minimal supported rust version to 1.66
27+
- revert usage of ptr::cast_const and cast_mut
28+
- modularize code
29+
- run miri tests with tree borrows model too
30+
- move msrv and separate miri test into separate push workflow
31+
- run minimal version check on any push
32+
933
## [0.2.4](https://github.com/zetanumbers/scope-lock/compare/v0.2.3...v0.2.4) - 2024-05-29
1034

1135
### Fixed

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.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
# TODO: elaborate
66
description = "Safely extend lifetimes"

0 commit comments

Comments
 (0)