Bump version to 0.4.0

This commit is contained in:
Dzmitry Malyshau
2021-04-29 10:50:08 -04:00
parent be19a243b8
commit ea188634c6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Change Log
## v0.4.0 (2021-04-29)
- update `libloading` to 0.7
## v0.3.1 (2020-07-07)
- create shader from IL
- fix default doc target

View File

@@ -1,6 +1,6 @@
[package]
name = "d3d12"
version = "0.3.2"
version = "0.4.0"
authors = [
"msiglreith <m.siglreith@gmail.com>",
"Dzmitry Malyshau <kvarkus@gmail.com>",