forked from ROMEO/nexosim
Prepare release v0.2.2
This commit is contained in:
parent
2c6cecc1b2
commit
c984202005
@ -1,7 +1,10 @@
|
||||
# unreleased
|
||||
# 0.2.2 (2024-04-04)
|
||||
|
||||
- Add `serde` feature and serialization support for `MonotonicTime`.
|
||||
- Update `multishot` dependency due to soundness issue in older version.
|
||||
- Add `serde` feature and serialization support for `MonotonicTime` ([#19]).
|
||||
- Update `multishot` dependency due to soundness issue in older version ([#23]).
|
||||
|
||||
[#19]: https://github.com/asynchronics/asynchronix/pull/19
|
||||
[#23]: https://github.com/asynchronics/asynchronix/pull/23
|
||||
|
||||
# 0.2.1 (2024-03-06)
|
||||
|
||||
|
@ -60,7 +60,7 @@ Add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
asynchronix = "0.2.1"
|
||||
asynchronix = "0.2.2"
|
||||
```
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ name = "asynchronix"
|
||||
# - Update if necessary copyright notice in LICENSE-MIT
|
||||
# - Create a "vX.Y.Z" git tag
|
||||
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user