Skip to content

Commit b093e67

Browse files
committed
Release ash-window 0.11.0
1 parent da49568 commit b093e67

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Changelog
1+
# Changelog
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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.10.0"
3+
version = "0.11.0"
44
authors = ["msiglreith <m.siglreith@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

ash-window/Changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
### Changelog
1+
# Changelog
22

33
## [Unreleased] - ReleaseDate
44

5+
## [0.11.0] - 2022-07-29
6+
57
### Changed
68

79
- Bumped `raw-window-handle` to `0.4.2` (#505)
@@ -74,7 +76,8 @@
7476
## Version 0.1.0
7577
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
7678

77-
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.10.0...HEAD
79+
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.11.0...HEAD
80+
[0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0
7881
[0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0
7982
[0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1
8083
[0.9.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.0

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.10.0"
15+
ash-window = "0.11.0"
1616
```
1717

1818
The library exposes two functions:

0 commit comments

Comments
 (0)