Announce v0.2.0

This commit is contained in:
Mihai Dinculescu
2022-10-29 14:27:54 +01:00
parent 2809917a93
commit 708f6b2ac5
7 changed files with 22 additions and 19 deletions

View File

@@ -6,6 +6,8 @@ file. This change log follows the conventions of
## [Unreleased]
## [v0.2.0] - 2022-10-29
### Added
- `Notification::SystemEvent`, `SystemEventRequest` and `SystemEvent` have been added. System Events can be subscribed to by using `SimConnect::subscribe_to_system_event` and unsubscribed from by using `SimConnect::unsubscribe_from_system_event`.
@@ -50,6 +52,7 @@ file. This change log follows the conventions of
### Initial Release of simconnect-sdk
[unreleased]: https://github.com/mihai-dinculescu/simconnect-sdk
[v0.2.0]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.2.0
[v0.1.3]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.3
[v0.1.2]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.2
[v0.1.1]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.1