windows-threadpool-sys 0.1.3

Memory-safe access to the Windows thread pool APIs.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.3]https://github.com/MikeGrier/windows-threadpool-sys/compare/windows-threadpool-sys-v0.1.2...windows-threadpool-sys-v0.1.3 (2026-08-27)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * windows-overlapped-io-sys bumped from 0.1.2 to 0.1.3

## [0.1.2]https://github.com/MikeGrier/windows-threadpool-sys/compare/windows-threadpool-sys-v0.1.1...windows-threadpool-sys-v0.1.2 (2026-08-24)


### Bug Fixes

* **build:** use table headers for windows-sys so release-please can parse the manifests ([76a0d53]https://github.com/MikeGrier/windows-threadpool-sys/commit/76a0d53f3b06db73d6a2567933f66bcd4edac260)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * windows-overlapped-io-sys bumped from 0.1.1 to 0.1.2

## [0.1.0] - 2026-08-16

- Specialized the repository and package metadata for `windows-threadpool-sys`.
- Established the initial crate and documentation for a memory-safe Windows
	thread pool API.