Skip to content

Commit 366bcc4

Browse files
committed
chore: Update Cargo.toml for new-version
1 parent f7c6990 commit 366bcc4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 0.11.4
2+
3+
## Changed
4+
5+
- Fixed a bug, When the task instance is running too fast, The TimerEvent::FinishTask event will be sent before The TimerEvent::AppendTaskHandle event. Subsequent task instances will not run again.([#45](https://github.com/BinChengZhao/delay-timer/issues/45))
6+
- Thanks: ([@gamife](https://github.com/gamife))
7+
### Details
8+
19
# Version 0.11.1
210

311
## Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "delay_timer"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
authors = ["binchengZhao <binchengZhao@outlook.com>"]
55
edition = "2018"
66
repository = "https://github.com/BinChengZhao/delay-timer"

0 commit comments

Comments
 (0)