Skip to content

Commit

Permalink
Release xwin 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 3, 2024
1 parent 12105ea commit 078cd9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [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.

Expand Down Expand Up @@ -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.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <jake.shadle@embark-studios.com>"]
edition = "2021"
Expand Down

0 comments on commit 078cd9e

Please sign in to comment.