File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.10] ( https://github.com/Amanieu/thread_local-rs/compare/v1.1.9...v1.1.10 ) - 2025-08-20
11+
12+ ### Other
13+
14+ - Fix warning
15+ - Fix MSRV build
16+ - Shrink unsafe block size and extra empty lines
17+ - Formatting
18+ - Update safety comments
19+ - Formatting
20+ - Apply suggestions from code review
21+ - Newline
22+ - Don't ignore Cargo.lock
23+ - Review feedback
24+ - Merge branch 'master' into cleanup
25+ - Remove unnecessary needs_drop check
26+ - Fail CI if Clippy raises any warnings
27+ - Revert changes to allocation.
28+ - Gratuitous safety comments
29+ - Start writing safety comments
30+ - Use MaybeUninit::asssume_init_ {mut, ref}
31+ - Use the lastest Rust stable for non-MSRV CI
32+ - Don't change the criterion version
33+ - Fix benches' Cargo.toml
34+ - Run benches in the new crate
35+ - Remove extra all()
36+ - Separate benches into it own crate to keep it isolated from MSRV
37+ - Slim down CI jobs
38+ - Fix formatting
39+ - Set up CI job for testing agaisnt the MSRV
40+ - MSRV-based cleanup
41+ - do not register a thread-local destructor in ThreadLocal::get
42+ - Update cached.rs
43+ - Update lib.rs
44+
1045## [ 1.1.9] ( https://github.com/Amanieu/thread_local-rs/compare/v1.1.8...v1.1.9 ) - 2025-06-12
1146
1247### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " thread_local"
3- version = " 1.1.9 "
3+ version = " 1.1.10 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " Per-object thread-local storage"
66documentation = " https://docs.rs/thread_local/"
You can’t perform that action at this time.
0 commit comments