Skip to content

Commit dd5a5d9

Browse files
committed
Publish 0.1.1
1 parent a539d80 commit dd5a5d9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
## Changes
44

5+
### Version 0.1.1
6+
- Add `build-bindgen` flag
7+
58
### Version 0.1
69
- Initial release

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "wasm3"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Lukas Tobias Wirth <[email protected]>"]
55
edition = "2018"
6-
description = "Rust bindings for blend2d"
7-
homepage = "https://github.com/Veykril/blend2d-rs"
8-
repository = "https://github.com/Veykril/blend2d-rs"
6+
description = "Rust bindings for wasm3"
7+
homepage = "https://github.com/Veykril/wasm3-rs"
8+
repository = "https://github.com/Veykril/wasm3-rs"
99
license = "MIT"
1010
readme = "README.md"
1111
categories = ["api-bindings"]

wasm3-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm3-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Lukas Tobias Wirth <[email protected]>"]
55
edition = "2018"
66
description = "Raw ffi bindings for wasm3"

0 commit comments

Comments
 (0)