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 Jun 4, 2022
1 parent 28a4868 commit b6cdab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Expand Up @@ -4,13 +4,14 @@ 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] - ReleaseDate

### Added

- Added `VK_NV_coverage_reduction_mode` device extension (#617)
- Added `VK_EXT_sample_locations` device extension (#616)
- Update Vulkan-Headers to 1.3.211 (#605, #608)
- Set MSRV (Minimum Supported Rust Version) in `Cargo.toml` for clearer errors (#604)
- Added `VK_EXT_image_drm_format_modifier` device extension (#603)

## [0.37.0] - 2022-03-23
Expand Down Expand Up @@ -328,7 +329,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
2 changes: 1 addition & 1 deletion ash/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ash"
version = "0.37.0+1.3.211"
version = "0.37.1+1.3.211"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT"
Expand Down

0 comments on commit b6cdab8

Please sign in to comment.