Release ash 0.35.2 (#584)
This commit is contained in:
parent
e18e0243ef
commit
b7e40117e9
|
@ -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] - ReleaseDate
|
||||
## [0.35.2] - 2022-02-19
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -293,7 +293,8 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
|
|||
can write to aligned memory.
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.1...HEAD
|
||||
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.2...HEAD
|
||||
[0.35.1]: 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ash"
|
||||
version = "0.35.1+1.2.203"
|
||||
version = "0.35.2+1.2.203"
|
||||
authors = ["maik klein <maikklein@googlemail.com>"]
|
||||
description = "Vulkan bindings for Rust"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue