Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
whizsid committed Mar 11, 2023
1 parent c395bd6 commit fc50784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 0.0.1 - Initial version with tokio, tokio_util, std APIs
- 0.1.0 - Added serde support with an additional feature `serde`.
- Changed the version requirements of dependencies to match future versions
- 0.2.0 - Used `performance` and `set_timeout` from `js_sys::global`.
- Fixed #3 NodeJS Support
- Fixed #5 Web Worker Support
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.1.0"
version = "0.2.0"
authors = ["WhizSid <[email protected]>", "Pierre Krieger <[email protected]>"]
license = "MIT"
repository = "https://github.com/whizsid/wasmtimer-rs"
Expand Down

0 comments on commit fc50784

Please sign in to comment.