Skip to content

Commit 79651a5

Browse files
chore: release v1.1.10
1 parent 9d05aee commit 79651a5

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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 = "thread_local"
3-
version = "1.1.9"
3+
version = "1.1.10"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "Per-object thread-local storage"
66
documentation = "https://docs.rs/thread_local/"

0 commit comments

Comments
 (0)