diff --git a/Cargo.toml b/Cargo.toml index 21f8b68..6079b90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mock_instant" -version = "0.3.0" +version = "0.4.0" authors = [ "museun " ] edition = "2018" license = "0BSD" diff --git a/README.md b/README.md index 9a9ea9b..39e31e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mock_instant -**_NOTE_** As of version 0.3, the thread-local clock has been removed. The clock will always be thread-safe. +**_NOTE_** As of version 0.4, the thread-local clock has been removed. The clock will always be thread-safe. To ensure unsurprising behavior, **reset** the clock _before_ each test (if that behavior is applicable.) diff --git a/src/lib.rs b/src/lib.rs index 43f959e..33cbbdb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ /*! # mock_instant -**_NOTE_** As of version 0.3, the thread-local clock has been removed. The clock will always be thread-safe. +**_NOTE_** As of version 0.4, the thread-local clock has been removed. The clock will always be thread-safe. To ensure unsurprising behavior, **reset** the clock _before_ each test (if that behavior is applicable.)