Skip to content

Commit

Permalink
Bump cargo version to 0.4.1 (#24)
Browse files Browse the repository at this point in the history
* Bump cargo version to 0.4.1

* Changed the CHANGELog
  • Loading branch information
whizsid authored Nov 17, 2024
1 parent 4c318c8 commit a76b9bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.1

- 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).

## 0.4.0

- Added a NodeJS example project [#19](https://github.com/whizsid/wasmtimer-rs/pull/19).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wasmtimer"
edition = "2021"
description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
version = "0.4.0"
version = "0.4.1"
authors = ["WhizSid <[email protected]>", "Pierre Krieger <[email protected]>"]
license = "MIT"
repository = "https://github.com/whizsid/wasmtimer-rs"
Expand Down

0 comments on commit a76b9bd

Please sign in to comment.