thread_aware_macros_impl 0.6.1

Macros for the thread_aware crate.
Documentation
# Changelog

## [0.6.1] - 2026-01-20

- 🧩 Miscellaneous

  - Version bump to match thread_aware crate

## [0.5.0] - 2025-12-11

- ✔️ Tasks

  - Improve documentation and clean up thread_aware crate root. ([#119]https://github.com/microsoft/oxidizer/pull/119)
  - Add missing documentation on thread_aware related crates ([#103]https://github.com/microsoft/oxidizer/pull/103)
  - Enable the missing_docs compiler lint. ([#102]https://github.com/microsoft/oxidizer/pull/102)

- 🔄 Continuous Integration

  - Linting for Cargo.toml files ([#110]https://github.com/microsoft/oxidizer/pull/110)
  - Add license check for dependencies ([#105]https://github.com/microsoft/oxidizer/pull/105)

- 🧩 Miscellaneous

  - Enable the allow_attribute lint and fix warnings. ([#111]https://github.com/microsoft/oxidizer/pull/111)

## [0.4.0] - 2025-12-03

- ✨ Features

  - Add unknown MemoryAffinity ([#85]https://github.com/microsoft/oxidizer/pull/85)

- 🧩 Miscellaneous

  - thread_aware 0.4.0 release ([#97]https://github.com/microsoft/oxidizer/pull/97)

## [0.3.0] - 2025-11-27

- 📚 Documentation

  - A few doc-related fixes ([#80]https://github.com/microsoft/oxidizer/pull/80)

## [0.2.0] - 2025-11-26

- ✨ Features

  - Introduce the thread_aware crate ([#72]https://github.com/microsoft/oxidizer/pull/72)