Release ash-window 0.11.0
This commit is contained in:
parent
7315d9914e
commit
29072411a6
|
@ -1,4 +1,4 @@
|
|||
### Changelog
|
||||
# Changelog
|
||||
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/),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ash-window"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["msiglreith <m.siglreith@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
### Changelog
|
||||
# Changelog
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.11.0] - 2022-07-29
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped `raw-window-handle` to `0.4.2` (#505)
|
||||
|
@ -74,7 +76,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.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.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
|
||||
|
|
|
@ -12,7 +12,7 @@ Interoperability between [`ash`](https://github.com/MaikKlein/ash) and [`raw-win
|
|||
## Usage
|
||||
|
||||
```toml
|
||||
ash-window = "0.10.0"
|
||||
ash-window = "0.11.0"
|
||||
```
|
||||
|
||||
The library exposes two functions:
|
||||
|
|
Loading…
Reference in a new issue