Skip to content

Commit 0d7f0d5

Browse files
authored
chore: prepare loom 0.5.2 (#229)
1 parent 0017bc4 commit 0d7f0d5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.5.2 (October 7, 2021)
2+
3+
### Added
4+
5+
- Add a loom::cell::Cell, which provides a basic wrapper of the loom UnsafeCell (#196)
6+
- Arc counter manipulations (#225)
7+
- Implement `Mutex::into_inner` and `RwLock::into_inner` (#215)
8+
- Implement `Release`, `AcqRel`, and `SeqCst` fences (#220)
9+
- `Arc::as_ptr` added (#230)
10+
- `Arc::pin` added (#224)
11+
12+
### Changed
13+
14+
- Remove implicit `T: Sized` requirement from `UnsafeCell` (#222)
15+
- Update tracing (#227)
16+
117
# 0.5.1 (July 2, 2021)
218

319
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name = "loom"
88
# - Cargo.toml
99
# - README.md
1010
# - Create git tag
11-
version = "0.5.1"
11+
version = "0.5.2"
1212
edition = "2018"
1313
license = "MIT"
1414
authors = ["Carl Lerche <[email protected]>"]
1515
description = "Permutation testing for concurrent code"
16-
documentation = "https://docs.rs/loom/0.5.1/loom"
16+
documentation = "https://docs.rs/loom/0.5.2/loom"
1717
homepage = "https://github.com/tokio-rs/loom"
1818
repository = "https://github.com/tokio-rs/loom"
1919
readme = "README.md"

0 commit comments

Comments
 (0)