Skip to content

Commit

Permalink
Release ash 0.36.0 and ash-window 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Feb 19, 2022
1 parent 157524c commit 5e6b2db
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Changelog.md
Expand Up @@ -4,7 +4,7 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.36.0] - 2022-02-19

### Changed

Expand Down Expand Up @@ -305,8 +305,9 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
can write to aligned memory.


[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.2...HEAD
[0.35.1]: https://github.com/MaikKlein/ash/releases/tag/0.35.2
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.36.0...HEAD
[0.36.0]: https://github.com/MaikKlein/ash/releases/tag/0.36.0
[0.35.2]: https://github.com/MaikKlein/ash/releases/tag/0.35.2
[0.35.1]: https://github.com/MaikKlein/ash/releases/tag/0.35.1
[0.35.0]: https://github.com/MaikKlein/ash/releases/tag/0.35.0
[0.34.0]: https://github.com/MaikKlein/ash/releases/tag/0.34.0
Expand Down
6 changes: 3 additions & 3 deletions ash-window/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ash-window"
version = "0.9.0"
version = "0.10.0"
authors = ["msiglreith <m.siglreith@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -14,15 +14,15 @@ exclude = [".github/*"]
workspace = ".."

[dependencies]
ash = { path = "../ash", version = "0.35", default-features = false }
ash = { path = "../ash", version = ">=0.34, <=0.36", default-features = false }
raw-window-handle = "0.3.4"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
raw-window-metal = "0.1"

[dev-dependencies]
winit = "0.19.4"
ash = { path = "../ash", version = "0.35", default-features = false, features = ["linked"] }
ash = { path = "../ash", version = ">=0.35, <=0.36", default-features = false, features = ["linked"] }

[[example]]
name = "winit"
Expand Down
6 changes: 6 additions & 0 deletions ash-window/Changelog.md
Expand Up @@ -2,6 +2,12 @@

## [Unreleased] - ReleaseDate

## [0.10.0] - 2022-02-19

### Changed

- Convert `ash` version to a range, allowing [`0.34`](https://github.com/MaikKlein/ash/releases/tag/0.34.0)-[`0.36`](https://github.com/MaikKlein/ash/releases/tag/0.36.0)

## [0.9.0] - 2021-12-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion ash/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ash"
version = "0.35.2+1.3.206"
version = "0.36.0+1.3.206"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT"
Expand Down

0 comments on commit 5e6b2db

Please sign in to comment.