Skip to content

Commit d6cb9a2

Browse files
CopilotDarksecond
andauthored
chore(thread_aware): release v0.6.1 (#215)
## Release Plan for thread_aware and support crates - [x] Update version from 0.6.0 to 0.6.1 in thread_aware Cargo.toml - [x] Update version from 0.6.0 to 0.6.1 in thread_aware_macros Cargo.toml - [x] Update version from 0.6.0 to 0.6.1 in thread_aware_macros_impl Cargo.toml - [x] Update workspace Cargo.toml with new versions - [x] Update CHANGELOG.md for thread_aware with correct 0.6.1 entry (\_\_private module added) - [x] Remove incorrectly added 0.6.0 section from thread_aware_macros CHANGELOG.md - [x] Remove incorrectly added 0.6.0 section from thread_aware_macros_impl CHANGELOG.md - [x] Add correct 0.6.1 entry to thread_aware_macros CHANGELOG.md (version bump) - [x] Add correct 0.6.1 entry to thread_aware_macros_impl CHANGELOG.md (version bump) - [x] Update Cargo.lock file with new versions - [x] Update README version references to 0.6.1 <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > > ---- > > *This section details on the original issue you should resolve* > > <issue_title>thread_aware: Make new release</issue_title> > <issue_description>make a new release of thread_aware and the support crates. > Update the changelogs.</issue_description> > > ## Comments on the Issue (you are @copilot in this section) > > <comments> > </comments> > </details> <!-- START COPILOT CODING AGENT SUFFIX --> - Fixes #214 <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Darksecond <291582+Darksecond@users.noreply.github.com>
1 parent cd11aea commit d6cb9a2

File tree

9 files changed

+52
-34
lines changed

9 files changed

+52
-34
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ ohno = { path = "crates/ohno", default-features = false, version = "0.2.1" }
3737
ohno_macros = { path = "crates/ohno_macros", default-features = false, version = "0.2.0" }
3838
recoverable = { path = "crates/recoverable", default-features = false, version = "0.1.0" }
3939
testing_aids = { path = "crates/testing_aids", default-features = false }
40-
thread_aware = { path = "crates/thread_aware", default-features = false, version = "0.6.0" }
41-
thread_aware_macros = { path = "crates/thread_aware_macros", default-features = false, version = "0.6.0" }
42-
thread_aware_macros_impl = { path = "crates/thread_aware_macros_impl", default-features = false, version = "0.6.0" }
40+
thread_aware = { path = "crates/thread_aware", default-features = false, version = "0.6.1" }
41+
thread_aware_macros = { path = "crates/thread_aware_macros", default-features = false, version = "0.6.1" }
42+
thread_aware_macros_impl = { path = "crates/thread_aware_macros_impl", default-features = false, version = "0.6.1" }
4343
tick = { path = "crates/tick", default-features = false, version = "0.1.2" }
4444

4545
# external dependencies

crates/thread_aware/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.6.1] - 2026-01-20
4+
5+
- ✨ Features
6+
7+
- Add `__private` module for selective trait reexports
8+
39
## [0.6.0] - 2025-12-12
410

511
- 🧩 Miscellaneous

crates/thread_aware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "thread_aware"
66
description = "Facilities to support thread-isolated state."
7-
version = "0.6.0"
7+
version = "0.6.1"
88
readme = "README.md"
99
keywords = ["oxidizer", "thread", "aware"]
1010
categories = ["data-structures"]

crates/thread_aware/README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -149,34 +149,34 @@ impl Service {
149149
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/thread_aware">source code</a>.
150150
</sub>
151151

152-
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEGwabU5uz2qquG_j8SFVj_LBRGwO1cv_yfvBmG3KObwv0KYE7YWSCgmx0aHJlYWRfYXdhcmVlMC42LjCCc3RocmVhZF9hd2FyZV9tYWNyb3NlMC42LjA
153-
[__link0]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
152+
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEGwabU5uz2qquG_j8SFVj_LBRGwO1cv_yfvBmG3KObwv0KYE7YWSCgmx0aHJlYWRfYXdhcmVlMC42LjGCc3RocmVhZF9hd2FyZV9tYWNyb3NlMC42LjE
153+
[__link0]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
154154
[__link1]: https://doc.rust-lang.org/stable/std/clone/trait.Clone.html
155-
[__link10]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
155+
[__link10]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
156156
[__link11]: https://doc.rust-lang.org/stable/std/marker/trait.Send.html
157-
[__link12]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
158-
[__link13]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
159-
[__link14]: https://docs.rs/thread_aware/0.6.0/thread_aware/?search=Unaware
160-
[__link15]: https://docs.rs/thread_aware/0.6.0/thread_aware/?search=Unaware
161-
[__link16]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
162-
[__link17]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
163-
[__link18]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
164-
[__link19]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
165-
[__link2]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
157+
[__link12]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
158+
[__link13]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
159+
[__link14]: https://docs.rs/thread_aware/0.6.1/thread_aware/?search=Unaware
160+
[__link15]: https://docs.rs/thread_aware/0.6.1/thread_aware/?search=Unaware
161+
[__link16]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
162+
[__link17]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
163+
[__link18]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
164+
[__link19]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
165+
[__link2]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
166166
[__link20]: https://doc.rust-lang.org/stable/std/?search=thread::spawn
167-
[__link21]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
167+
[__link21]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
168168
[__link22]: https://doc.rust-lang.org/stable/std/?search=sync::Arc
169-
[__link23]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
170-
[__link24]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
171-
[__link25]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
172-
[__link26]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
173-
[__link27]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
174-
[__link28]: https://docs.rs/thread_aware/0.6.0/thread_aware/?search=Arc
175-
[__link29]: https://docs.rs/thread_aware/0.6.0/thread_aware/?search=Arc
176-
[__link3]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
177-
[__link4]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
178-
[__link5]: https://docs.rs/thread_aware/0.6.0/thread_aware/?search=Arc
169+
[__link23]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
170+
[__link24]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
171+
[__link25]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
172+
[__link26]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
173+
[__link27]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
174+
[__link28]: https://docs.rs/thread_aware/0.6.1/thread_aware/?search=Arc
175+
[__link29]: https://docs.rs/thread_aware/0.6.1/thread_aware/?search=Arc
176+
[__link3]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
177+
[__link4]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
178+
[__link5]: https://docs.rs/thread_aware/0.6.1/thread_aware/?search=Arc
179179
[__link6]: https://doc.rust-lang.org/stable/std/?search=sync::Arc
180-
[__link7]: https://docs.rs/thread_aware/0.6.0/thread_aware/?search=storage::Strategy
181-
[__link8]: https://docs.rs/thread_aware_macros/0.6.0/thread_aware_macros/?search=ThreadAware
180+
[__link7]: https://docs.rs/thread_aware/0.6.1/thread_aware/?search=storage::Strategy
181+
[__link8]: https://docs.rs/thread_aware_macros/0.6.1/thread_aware_macros/?search=ThreadAware
182182
[__link9]: https://doc.rust-lang.org/stable/std/marker/trait.Send.html

crates/thread_aware_macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.6.1] - 2026-01-20
4+
5+
- 🧩 Miscellaneous
6+
7+
- Version bump to match thread_aware crate
8+
39
## [0.5.0] - 2025-12-11
410

511
- ✔️ Tasks

crates/thread_aware_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "thread_aware_macros"
66
description = "Macros for the thread_aware crate."
7-
version = "0.6.0"
7+
version = "0.6.1"
88
readme = "README.md"
99
keywords = ["oxidizer", "thread", "aware", "macro", "derive"]
1010
categories = ["data-structures"]

crates/thread_aware_macros_impl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.6.1] - 2026-01-20
4+
5+
- 🧩 Miscellaneous
6+
7+
- Version bump to match thread_aware crate
8+
39
## [0.5.0] - 2025-12-11
410

511
- ✔️ Tasks

crates/thread_aware_macros_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "thread_aware_macros_impl"
66
description = "Macros for the thread_aware crate."
7-
version = "0.6.0"
7+
version = "0.6.1"
88
readme = "README.md"
99
keywords = ["oxidizer", "thread", "aware", "macro", "derive"]
1010
categories = ["data-structures"]

0 commit comments

Comments
 (0)