Skip to content

Commit

Permalink
Release ash-window 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jul 29, 2022
1 parent 7315d99 commit 2907241
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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/),
Expand Down
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.10.0"
version = "0.11.0"
authors = ["msiglreith <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 5 additions & 2 deletions ash-window/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### Changelog
# Changelog

## [Unreleased] - ReleaseDate

## [0.11.0] - 2022-07-29

### Changed

- Bumped `raw-window-handle` to `0.4.2` (#505)
Expand Down Expand Up @@ -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
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.10.0"
ash-window = "0.11.0"
```

The library exposes two functions:
Expand Down

0 comments on commit 2907241

Please sign in to comment.