Skip to content

70

Choose a tag to compare

@kennykerr kennykerr released this 25 Sep 18:13
· 21 commits to master since this release
aafae1f

This release provides a few notable additions and features:

  • An option to disable the default agility for COM implementations (#3770).
  • Improved code generation dependency targeting (#3763).
  • Ability to query OS revision number (#3752).
  • Updated readme guidance on version ranges (#3754).

Major version updates to existing crates

The windows-bindgen crate (0.64.0) provides improved dependency targeting support via the new --specific-deps option (#3763).

Minor version updates to existing crates

The windows-implement crate (0.60.1) adds the ability to disable the default agility for COM implementations (#3770).

The windows-version crate (0.1.6) adds the ability to query OS revision number (#3752).

The windows crate (0.62.1) crate has been updated to depend on the latest version of the windows-implement crate and update the readme with version range guidance.

The windows-collections crate (0.3.1) crate has been updated to depend on the latest version of the windows-implement crate.

The windows-core crate (0.62.1) crate has been updated to depend on the latest version of the windows-implement crate.

The windows-future crate (0.3.1) crate has been updated to depend on the latest version of the windows-implement crate.

The windows-sys crate (0.61.1) crate has an updated readme with version range guidance.

The windows-targets crate (0.53.4) crate has an updated readme indicating that windows-link should be preferred.

What's Changed

New Contributors

Full Changelog: 69...70