Release 0.6

This commit is contained in:
Connor Fitzgerald
2023-01-25 16:00:25 -05:00
parent a990c93ec6
commit 7f9735fda6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## v0.6.0 (2023-01-25)
- add helpers for IDXGIFactoryMedia
- add `create_swapchain_for_composition_surface_handle`
## v0.5.0 (2022-07-01)
- add COM helpers
- enable D3D11 adapter use

View File

@@ -1,6 +1,6 @@
[package]
name = "d3d12"
version = "0.5.0"
version = "0.6.0"
authors = [
"gfx-rs developers",
]