Skip to content

Commit

Permalink
chore: release (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 28, 2024
1 parent e8259cf commit 5edc06e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3](https://github.com/zetanumbers/scope-lock/compare/v0.2.2...v0.2.3) - 2024-05-28

### Added
- add futures support ([#2](https://github.com/zetanumbers/scope-lock/pull/2))

### Fixed
- wait for extended objects before invalidating reference to extender

## [0.2.2](https://github.com/zetanumbers/scope-lock/compare/v0.2.1...v0.2.2) - 2024-05-28

### 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.2"
version = "0.2.3"
edition = "2021"
# TODO: elaborate
description = "Safely extend lifetimes"
Expand Down

0 comments on commit 5edc06e

Please sign in to comment.