Release ash-window 0.11.0

This commit is contained in:
Marijn Suijten 2022-07-29 22:24:35 +02:00
parent 7315d9914e
commit 29072411a6
No known key found for this signature in database
GPG key ID: 449FC1DE031665DA
4 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,4 @@
### Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ash-window" name = "ash-window"
version = "0.10.0" version = "0.11.0"
authors = ["msiglreith <m.siglreith@gmail.com>"] authors = ["msiglreith <m.siglreith@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View file

@ -1,7 +1,9 @@
### Changelog # Changelog
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.11.0] - 2022-07-29
### Changed ### Changed
- Bumped `raw-window-handle` to `0.4.2` (#505) - Bumped `raw-window-handle` to `0.4.2` (#505)
@ -74,7 +76,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.10.0...HEAD [Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.11.0...HEAD
[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
[0.9.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.0 [0.9.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.0

View file

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