Skip to content

Commit 22bbf3f

Browse files
chore: release v1.1.10
1 parent d40f5fb commit 22bbf3f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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-06-16
11+
12+
### Other
13+
14+
- Update cached.rs
15+
- Update lib.rs
16+
1017
## [1.1.9](https://github.com/Amanieu/thread_local-rs/compare/v1.1.8...v1.1.9) - 2025-06-12
1118

1219
### 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)