Skip to content

Commit 826bc89

Browse files
committed
Release ash 0.37.2
1 parent 5ffd797 commit 826bc89

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Changelog.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.37.2] - 2022-01-11
10+
911
### Added
1012

1113
- Update Vulkan-Headers to 1.3.238 (#688)
@@ -43,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345

4446
### Fixed
4547

46-
- `khr::RayTracingPipeline`: Set the buffer length in `get_ray_tracing_capture_replay_shader_group_handles` so it no longer always returns an empty `Vec` (#658)
48+
- `VK_KHR_ray_tracing_pipeline`: Set the buffer length in `get_ray_tracing_capture_replay_shader_group_handles` so it no longer always returns an empty `Vec` (#658)
4749

4850
## [0.37.0] - 2022-03-23
4951

@@ -63,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6365

6466
### Changed
6567

66-
- extensions/khr: Drop `_khr` suffix from `get_memory_fd_properties_khr` in `ExternalMemoryFd` (#580)
68+
- `VK_KHR_external_memory_fd`: Drop `_khr` suffix from `get_memory_fd_properties_khr` (#580)
6769
- entry: Allow querying `enumerate_instance_extension_properties()` by layer name (#574)
6870

6971
### Added
@@ -360,7 +362,8 @@ flags: vk::CommandPoolCreateFlags::RESET_COMMAND_BUFFER_BIT,
360362
can write to aligned memory.
361363

362364

363-
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.37.1...HEAD
365+
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.37.2...HEAD
366+
[0.37.2]: https://github.com/MaikKlein/ash/releases/tag/0.37.2
364367
[0.37.1]: https://github.com/MaikKlein/ash/releases/tag/0.37.1
365368
[0.37.0]: https://github.com/MaikKlein/ash/releases/tag/0.37.0
366369
[0.36.0]: https://github.com/MaikKlein/ash/releases/tag/0.36.0

ash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ash"
3-
version = "0.37.1+1.3.238"
3+
version = "0.37.2+1.3.238"
44
authors = [
55
"Maik Klein <[email protected]>",
66
"Benjamin Saunders <[email protected]>",

0 commit comments

Comments
 (0)