diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e68f5be --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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.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)) diff --git a/Cargo.toml b/Cargo.toml index 99bddc0..5a26853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jobslot" -version = "0.2.17" +version = "0.2.18" authors = [ "Jiahao XU ", "Alex Crichton ",