jobslot 0.2.19

An implementation of the GNU make jobserver for Rust
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.19]https://github.com/cargo-bins/jobslot/compare/v0.2.18...v0.2.19 - 2024-07-31

### Other
- Update windows-sys requirement from 0.52.0 to 0.59.0 ([#76]https://github.com/cargo-bins/jobslot/pull/76)

## [0.2.18]https://github.com/cargo-bins/jobslot/compare/v0.2.17...v0.2.18 - 2024-07-05

### Other
- Rm `pre_exec` call on `Command` ([#75]https://github.com/cargo-bins/jobslot/pull/75)
- Remove code that should be replaced. ([#74]https://github.com/cargo-bins/jobslot/pull/74)
- Fix `Client::configure*` on unix ([#72]https://github.com/cargo-bins/jobslot/pull/72)
- Use release-plz in publish.yml ([#70]https://github.com/cargo-bins/jobslot/pull/70)