Skip to content

Commit 935e5a4

Browse files
committed
ash-window: Sync up with 0.12.0 release
1 parent 9e71ab9 commit 935e5a4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ash-window/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ash-window"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["msiglreith <m.siglreith@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Interop library between ash and raw-window-handle"

ash-window/Changelog.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [Unreleased] - ReleaseDate
44

5+
- Bumped MSRV from 1.59 to 1.60 (#709)
6+
7+
## [0.12.0] - 2022-09-23
8+
9+
### Changed
10+
511
- Bumped `raw-window-handle` to `0.5.0`, now taking `RawDisplayHandle` and `RawWindowHandle` directly
612
instead of requiring dynamic dispatch through the `HasRaw{Display,Window}Handle` traits (#645)
7-
- Bumped MSRV from 1.59 to 1.60 (#709)
813

914
## [0.11.0] - 2022-07-29
1015

@@ -80,7 +85,8 @@
8085
## Version 0.1.0
8186
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
8287

83-
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.11.0...HEAD
88+
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.12.0...HEAD
89+
[0.12.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.12.0
8490
[0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0
8591
[0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0
8692
[0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1

ash-window/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Interoperability between [`ash`](https://github.com/MaikKlein/ash) and [`raw-win
1212
## Usage
1313

1414
```toml
15-
ash-window = "0.11.0"
15+
ash-window = "0.12.0"
1616
```
1717

1818
The library exposes two functions:

0 commit comments

Comments
 (0)