Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zetanumbers committed Jun 2, 2024
1 parent a6c96fe commit 129522e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/zetanumbers/scope-lock/compare/v0.2.4...v0.2.5) - 2024-06-02

### Added
- add new Extender methods which don't use dynamic dispatch
- add unchecked versions of extend functions
- pointer_like traits added

### Fixed
- drop reference guard after extended value is dropped

### Other
- remove old empty files
- disable stacked borrows on tree borrows check
- add test for a specific data race error on miri
- remove unused pub(crate)
- update parking_lot in Cargo.lock
- swap order of tree borrows and stack borrows tests
- set minimal supported rust version to 1.66
- revert usage of ptr::cast_const and cast_mut
- modularize code
- run miri tests with tree borrows model too
- move msrv and separate miri test into separate push workflow
- run minimal version check on any push

## [0.2.4](https://github.com/zetanumbers/scope-lock/compare/v0.2.3...v0.2.4) - 2024-05-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scope-lock"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
# TODO: elaborate
description = "Safely extend lifetimes"
Expand Down

0 comments on commit 129522e

Please sign in to comment.