Skip to content

Commit

Permalink
Release ash-window 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Sep 23, 2022
1 parent 0a96643 commit 359c1c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ash-window/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ash-window"
version = "0.11.0"
version = "0.12.0"
authors = ["msiglreith <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 6 additions & 1 deletion ash-window/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased] - ReleaseDate

## [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)

Expand Down Expand Up @@ -79,7 +83,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
Expand Down
2 changes: 1 addition & 1 deletion ash-window/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 359c1c1

Please sign in to comment.