1
0
forked from ROMEO/nexosim

Prepare release v0.2.2

This commit is contained in:
Serge Barral 2024-04-04 13:44:10 +02:00
parent 2c6cecc1b2
commit c984202005
3 changed files with 8 additions and 5 deletions

View File

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

View File

@ -60,7 +60,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
asynchronix = "0.2.1"
asynchronix = "0.2.2"
```

View File

@ -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"