diff --git a/ash-window/Cargo.toml b/ash-window/Cargo.toml index 82081da..2efd37c 100644 --- a/ash-window/Cargo.toml +++ b/ash-window/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash-window" -version = "0.11.0" +version = "0.12.0" authors = ["msiglreith "] license = "MIT OR Apache-2.0" description = "Interop library between ash and raw-window-handle" diff --git a/ash-window/Changelog.md b/ash-window/Changelog.md index 0d838b7..e97f1aa 100644 --- a/ash-window/Changelog.md +++ b/ash-window/Changelog.md @@ -2,9 +2,14 @@ ## [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 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 @@ -80,7 +85,8 @@ ## Version 0.1.0 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.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 diff --git a/ash-window/README.md b/ash-window/README.md index 3bf7919..fcf298c 100644 --- a/ash-window/README.md +++ b/ash-window/README.md @@ -12,7 +12,7 @@ Interoperability between [`ash`](https://github.com/MaikKlein/ash) and [`raw-win ## Usage ```toml -ash-window = "0.11.0" +ash-window = "0.12.0" ``` The library exposes two functions: