Skip to content

Commit a76b9bd

Browse files
authored
Bump cargo version to 0.4.1 (#24)
* Bump cargo version to 0.4.1 * Changed the CHANGELog
1 parent 4c318c8 commit a76b9bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.4.1
4+
5+
- Fixing the `set_timeout` failure on dev profile [#18](https://github.com/whizsid/wasmtimer-rs/issues/18), [#23](https://github.com/whizsid/wasmtimer-rs/pull/23).
6+
37
## 0.4.0
48

59
- Added a NodeJS example project [#19](https://github.com/whizsid/wasmtimer-rs/pull/19).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wasmtimer"
33
edition = "2021"
44
description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
5-
version = "0.4.0"
5+
version = "0.4.1"
66
authors = ["WhizSid <whizsid@aol.com>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
77
license = "MIT"
88
repository = "https://github.com/whizsid/wasmtimer-rs"

0 commit comments

Comments
 (0)