diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb9d34..3a11af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## v0.3.1 + +### Fixed + +- Prevent module conflicts, add namespace to C bindings +- Fix reference to wgpu-native in documentation + ## v0.3.0 ### Added diff --git a/Makefile b/Makefile index d4213ee..33ed085 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ cover: $(SOURCES) # Documentation ################################################# -PACKAGE_VERSION := 0.3.0 +PACKAGE_VERSION := 0.3.1 docs/sitemap.xml: $(SOURCES) dub build -b ddox @echo "Performing cosmetic changes..." diff --git a/README.md b/README.md index 5c614cf..22c9b11 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Targets wgpu-native [`v0.17.0.2`](https://github.com/gfx-rs/wgpu-native/releases ```json "dependencies": { - "wgpu-d": "0.3.0" + "wgpu-d": "0.3.1" } ```