diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa9a4af4d..d64b41e7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.5.0 (2022-07-01) + - add COM helpers + - enable D3D11 adapter use + ## v0.4.1 (2021-08-18) - expose all indirect argument types - expose methods for setting root constants diff --git a/Cargo.toml b/Cargo.toml index 0a41a3d753..f62076f065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "d3d12" -version = "0.4.1" +version = "0.5.0" authors = [ - "msiglreith ", - "Dzmitry Malyshau ", + "gfx-rs developers", ] description = "Low level D3D12 API wrapper" repository = "https://github.com/gfx-rs/d3d12-rs"