ash-window: Sync up with 0.12.0 release

This commit is contained in:
Marijn Suijten 2023-02-24 22:01:58 +01:00
parent 9e71ab9e34
commit 935e5a4490
No known key found for this signature in database
GPG key ID: 449FC1DE031665DA
3 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ash-window" name = "ash-window"
version = "0.11.0" version = "0.12.0"
authors = ["msiglreith <m.siglreith@gmail.com>"] authors = ["msiglreith <m.siglreith@gmail.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Interop library between ash and raw-window-handle" description = "Interop library between ash and raw-window-handle"

View file

@ -2,9 +2,14 @@
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
- Bumped MSRV from 1.59 to 1.60 (#709)
## [0.12.0] - 2022-09-23
### Changed
- Bumped `raw-window-handle` to `0.5.0`, now taking `RawDisplayHandle` and `RawWindowHandle` directly - Bumped `raw-window-handle` to `0.5.0`, now taking `RawDisplayHandle` and `RawWindowHandle` directly
instead of requiring dynamic dispatch through the `HasRaw{Display,Window}Handle` traits (#645) instead of requiring dynamic dispatch through the `HasRaw{Display,Window}Handle` traits (#645)
- Bumped MSRV from 1.59 to 1.60 (#709)
## [0.11.0] - 2022-07-29 ## [0.11.0] - 2022-07-29
@ -80,7 +85,8 @@
## Version 0.1.0 ## Version 0.1.0
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support. Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.11.0...HEAD [Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.12.0...HEAD
[0.12.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.12.0
[0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0 [0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0
[0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0 [0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0
[0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1 [0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1

View file

@ -12,7 +12,7 @@ Interoperability between [`ash`](https://github.com/MaikKlein/ash) and [`raw-win
## Usage ## Usage
```toml ```toml
ash-window = "0.11.0" ash-window = "0.12.0"
``` ```
The library exposes two functions: The library exposes two functions: