From 078cd9e8f62f16814e0fef40652e37410dabbb38 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 3 Jun 2024 13:46:39 +0200 Subject: [PATCH] Release xwin 0.6.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67e500..5f0a528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.6.0] - 2024-06-03 ### Added - [PR#123](https://github.com/Jake-Shadle/xwin/pull/123) (a rework of [#119](https://github.com/Jake-Shadle/xwin/pull/119)) adds the ability to splat in the format understood by clang-cl `/winsysroot` option. @@ -170,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation if downloading, unpacking, and splatting of the CRT and Windows SDK. This first pass focused on targeting x86_64 Desktop, so targeting the Windows Store or other architectures is not guaranteed to work. -[Unreleased]: https://github.com/Jake-Shadle/xwin/compare/0.5.2...HEAD +[Unreleased]: https://github.com/Jake-Shadle/xwin/compare/0.6.0...HEAD +[0.6.0]: https://github.com/Jake-Shadle/xwin/compare/0.5.2...0.6.0 [0.5.2]: https://github.com/Jake-Shadle/xwin/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/Jake-Shadle/xwin/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/Jake-Shadle/xwin/compare/0.4.1...0.5.0 diff --git a/Cargo.lock b/Cargo.lock index acc4fe6..34fc8c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1656,7 +1656,7 @@ dependencies = [ [[package]] name = "xwin" -version = "0.5.2" +version = "0.6.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 090776d..af568fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xwin" -version = "0.5.2" +version = "0.6.0" description = "Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation" authors = ["Jake Shadle "] edition = "2021"