Skip to content

Commit

Permalink
Release ash 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Nov 23, 2022
1 parent 4b1c03e commit e722f3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
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] - ReleaseDate
## [0.37.1] - 2022-11-23

### Changed

Expand All @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added `VK_EXT_image_drm_format_modifier` device extension (#603)
- Set MSRV (Minimum Supported Rust Version) in `Cargo.toml` for clearer errors (#604)
- Update Vulkan-Headers to 1.3.235 (#605, #608, #619, #655, #667)
- Added `const STRUCTURE_TYPE` to all Vulkan structures for matching with `match_struct!` macro (#614)
- Added `VK_EXT_sample_locations` device extension (#616)
Expand Down Expand Up @@ -349,7 +350,8 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
can write to aligned memory.


[Unreleased]: https://github.com/MaikKlein/ash/compare/0.37.0...HEAD
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.37.1...HEAD
[0.37.1]: https://github.com/MaikKlein/ash/releases/tag/0.37.1
[0.37.0]: https://github.com/MaikKlein/ash/releases/tag/0.37.0
[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
Expand Down
8 changes: 6 additions & 2 deletions ash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "ash"
version = "0.37.0+1.3.235"
authors = ["maik klein <[email protected]>"]
version = "0.37.1+1.3.235"
authors = [
"Maik Klein <[email protected]>",
"Benjamin Saunders <[email protected]>",
"Marijn Suijten <[email protected]>",
]
description = "Vulkan bindings for Rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/MaikKlein/ash"
Expand Down

0 comments on commit e722f3a

Please sign in to comment.