File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -9,25 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## ` parking_lot ` - [ 0.12.4] ( https://github.com/Amanieu/parking_lot/compare/parking_lot-v0.12.3...parking_lot-v0.12.4 ) - 2025-05-29
11
11
12
- ### Other
13
- - Use a single changelog with release-plz
14
- - Add release-plz for automatic releases
15
12
- Fix parked upgraders potentially not being woken up after a write lock
16
13
- Fix clearing ` PARKED_WRITER_BIT ` after a timeout
17
- - Check MSRV using cargo-msrv in CI
18
14
19
15
## ` parking_lot_core ` - [ 0.9.11] ( https://github.com/Amanieu/parking_lot/compare/parking_lot_core-v0.9.10...parking_lot_core-v0.9.11 ) - 2025-05-29
20
16
21
- ### Other
22
- - Check MSRV using cargo-msrv in CI
23
17
- Use Release/Acquire ordering in thread_parker::windows::Backend::create
24
18
- Remove warnings due to new lint on unknown cfgs
25
19
26
20
## ` lock_api ` - [ 0.4.13] ( https://github.com/Amanieu/parking_lot/compare/lock_api-v0.4.12...lock_api-v0.4.13 ) - 2025-05-29
27
21
28
- ### Other
29
- - Check MSRV using cargo-msrv in CI
30
22
- Remove warnings due to new lint on unknown cfgs
23
+
31
24
## parking_lot 0.12.3 (2024-05-24)
32
25
33
26
- Export types provided by arc_lock feature (#442 )
You can’t perform that action at this time.
0 commit comments