Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Sep 26, 2023
1 parent df998b2 commit 755c7ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- https://keepachangelog.com/en/1.0.0/ -->
# Changelog

## v0.1.4

- Fixed bit-flag enumerations, e.g. [`BufferUsage`](https://chances.github.io/wgpu-d/wgpu/enums/BufferUsage.html), [`ShaderStage`](https://chances.github.io/wgpu-d/wgpu/enums/ShaderStage.html), and [`TextureUsage`](https://chances.github.io/wgpu-d/wgpu/enums/TextureUsage.html).

## v0.1.3

- Fixed compilation on mac OS 10.14
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cover: $(SOURCES)
# Documentation
#################################################

PACKAGE_VERSION := 0.1.3
PACKAGE_VERSION := 0.1.4
docs/sitemap.xml: $(SOURCES)
dub build -b ddox
@echo "Performing cosmetic changes..."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Targets wgpu-native [`v0.10.4.1`](https://github.com/gfx-rs/wgpu-native/releases

```json
"dependencies": {
"wgpu-d": "0.1.3"
"wgpu-d": "0.1.4"
}
```

Expand Down

0 comments on commit 755c7ea

Please sign in to comment.