From e83ca0896dab27336dca6ce754097909bc0162f0 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 24 Aug 2021 08:32:01 +0200 Subject: [PATCH] Release xwin 0.1.1 --- 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 a74cdcc..239f9dd 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.1.1] - 2021-08-24 ### Fixed - [PR#9](https://github.com/Jake-Shadle/xwin/pull/9) resolved [#8](https://github.com/Jake-Shadle/xwin/pull/9) by adding support for additional symlinks for each `.lib` in `SCREAMING` case, since [some crates](https://github.com/microsoft/windows-rs/blob/a27a74784ccf304ab362bf2416f5f44e98e5eecd/src/bindings.rs) link them that way. @@ -16,5 +17,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/Jake-Shadle/xwin/compare/xwin-0.1.1...HEAD +[0.1.1]: https://github.com/Jake-Shadle/xwin/compare/0.1.0...xwin-0.1.1 [0.1.0]: https://github.com/Jake-Shadle/xwin/releases/tag/0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 78a5369..45cfd78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "xwin" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index eada998..135f8d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xwin" -version = "0.1.0" +version = "0.1.1" description = "Allows downloading and repacking the MSVC and Windows SDK for cross compilation" authors = ["Jake Shadle "] edition = "2018"