Skip to content

Commit 627beef

Browse files
committed
Release 0.2.6
1 parent fc02f87 commit 627beef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

1010
No unreleased changes yet
1111

12+
## 0.2.6 - 2022-04-02
13+
14+
- Improved docs.
15+
1216
## 0.2.5 - 2021-11-02
1317

1418
- Fix `std` implementation to allow reentrant (nested) critical sections. This would previously deadlock.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "critical-section"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Dario Nieuwenhuis <[email protected]>"]
55
edition = "2018"
66
description = "Critical section abstraction"

0 commit comments

Comments
 (0)