0.54.0
版本发布时间: 2024-02-28 04:49:35
microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)
This update includes a few improvements to error propagation and expanded VARIANT
support.
What's Changed
- Add natural error translation for RPC by @kennykerr in https://github.com/microsoft/windows-rs/pull/2883
- Workaround for confusing
LocalFree
behavior by @kennykerr in https://github.com/microsoft/windows-rs/pull/2889 - Avoid
Result
transformation forWIN32_ERROR
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2890 - Support additional
VARIANT
types by @kennykerr in https://github.com/microsoft/windows-rs/pull/2892 - Release 0.54.0 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2894
Full Changelog: https://github.com/microsoft/windows-rs/compare/0.53.0...0.54.0