Skip to content

Commit

Permalink
Release ash 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jan 18, 2022
1 parent a28a667 commit cebfd54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.35.1] - 2022-01-18

### Added

- Added `VK_EXT_calibrated_timestamps` device extension (#556)
Expand Down Expand Up @@ -276,7 +278,8 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
can write to aligned memory.


[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.0...HEAD
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.35.1...HEAD
[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
[0.33.3]: https://github.com/MaikKlein/ash/releases/tag/0.33.3
Expand Down
2 changes: 1 addition & 1 deletion ash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ash"
version = "0.35.0+1.2.203"
version = "0.35.1+1.2.203"
authors = ["maik klein <[email protected]>"]
description = "Vulkan bindings for Rust"
license = "MIT"
Expand Down

0 comments on commit cebfd54

Please sign in to comment.