Skip to content

Releases: microsoft/windows-rs

0.36.1

28 Apr 03:16
9deec0e
Compare
Choose a tag to compare

This is a minor service release to work around docs.rs limitations in order to publish windows-sys docs.

What's Changed

New Contributors

Full Changelog: 0.36.0...0.36.1

0.36.0

26 Apr 18:46
4f37b3c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kaivol made their first contribution in #1693
  • @TheOddGarlic made their first contribution in #1695

Full Changelog: 0.35.0...0.36.0

0.35.0

05 Apr 15:00
d3c2f2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.34.0...0.35.0

0.34.0

15 Mar 18:25
9a539ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.33.0...0.34.0

0.33.0

24 Feb 18:16
031369d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.0...0.33.0

0.32.0

03 Feb 21:50
a100332
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.30.0...0.32.0

0.30.0

13 Jan 17:32
5e37e9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.29.0...0.30.0

0.29.0

18 Dec 03:12
cdcf566
Compare
Choose a tag to compare
  • Update win32 metadata (1387)
  • Feature and doc generation for windows-sys (1381)
  • New windows-bindgen for simpler code generation (1379)
  • Simplify and unify underlying types (1368)
  • Callbacks now consistently use Option (1344)
  • Reduce crate size by limiting Xaml bindings (1341)
  • Other small improvements and fixes

0.28.0

17 Nov 15:31
3ba8e57
Compare
Choose a tag to compare
  • Prefer type aliases for the windows-sys crate (1331)
  • Minor improvements to simplify windows-sys adoption (1332)
  • Fix readme (#1333)

0.27.0

15 Nov 22:15
60f36d0
Compare
Choose a tag to compare
  • Introduce windows-sys crate (1310) - here's a comparison
  • Simpler const representation for GUIDs (1306)
  • std and alloc improvements (1309)
  • Rename runtime to core to make room for the windows-sys crate (1311)
  • Other small improvements and fixes