forked from ROMEO/nexosim
Prepare release v0.2.1
This commit is contained in:
parent
1be2f48a00
commit
d2f165abc7
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
|||||||
|
# 0.2.1 (2024-03-06)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add support for custom clocks and provide an optional real-time clock
|
||||||
|
([#9], [#15]).
|
||||||
|
|
||||||
|
[#9]: https://github.com/asynchronics/asynchronix/pull/9
|
||||||
|
[#15]: https://github.com/asynchronics/asynchronix/pull/15
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- Update copyright in MIT license to include contributors.
|
||||||
|
|
||||||
|
|
||||||
# 0.2.0 (2023-08-15)
|
# 0.2.0 (2023-08-15)
|
||||||
|
|
||||||
### Added (API-breaking changes)
|
### Added (API-breaking changes)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2023 Serge Barral
|
Copyright (c) 2024 Asynchronics sp. z o.o. and Asynchronix Contributors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -60,7 +60,7 @@ Add this to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
asynchronix = "0.2.0"
|
asynchronix = "0.2.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "asynchronix"
|
name = "asynchronix"
|
||||||
# When incrementing version and releasing to crates.io:
|
# When incrementing version and releasing to crates.io:
|
||||||
|
# - Update crate version in this Cargo.toml
|
||||||
# - Update crate version in README.md
|
# - Update crate version in README.md
|
||||||
# - Update CHANGELOG.md
|
# - Update CHANGELOG.md
|
||||||
# - Update if necessary copyright notice in LICENSE-MIT
|
# - Update if necessary copyright notice in LICENSE-MIT
|
||||||
# - Create a "vX.Y.Z" git tag
|
# - Create a "vX.Y.Z" git tag
|
||||||
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
|
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.64"
|
rust-version = "1.64"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user