From 9a7807ed5fe301192c2715746e82d6edce44386b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:46:36 +1000 Subject: [PATCH] chore: release v0.2.19 (#77) chore: release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e68f5be..96802dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 diff --git a/Cargo.toml b/Cargo.toml index 48e5446..238a116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jobslot" -version = "0.2.18" +version = "0.2.19" authors = [ "Jiahao XU ", "Alex Crichton ",