Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 9, 2024
1 parent d360e33 commit 04dfd58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- https://keepachangelog.com/en/1.0.0/ -->
# Changelog

## v0.3.1

### Fixed

- Prevent module conflicts, add namespace to C bindings
- Fix reference to wgpu-native in documentation

## v0.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
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.17.0.2`](https://github.com/gfx-rs/wgpu-native/releases

```json
"dependencies": {
"wgpu-d": "0.3.0"
"wgpu-d": "0.3.1"
}
```

Expand Down

0 comments on commit 04dfd58

Please sign in to comment.