Skip to content

Commit 59d9a77

Browse files
chore: release (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16dcd92 commit 59d9a77

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.2.2](https://github.com/zetanumbers/scope-lock/compare/v0.2.1...v0.2.2) - 2024-05-28
10+
11+
### Fixed
12+
- fix double drop on RefOnce::into_inner
13+
14+
### Other
15+
- check minimal supported rust version
16+
- miri test on release-plz workflow
17+
- add release-plz gh action
18+
- Separate doc examples into examples/ folder
19+
- Remove unused mut in the doc test

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

0 commit comments

Comments
 (0)