31 lines
690 B
Markdown
31 lines
690 B
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this
|
|
file. This change log follows the conventions of
|
|
[keepachangelog.com][keepachangelog].
|
|
|
|
## [Unreleased]
|
|
|
|
### Fixed
|
|
|
|
- Docs.rs build should now pass. Take #2.
|
|
|
|
## [v0.1.1] - 2022-10-23
|
|
|
|
### Fixed
|
|
|
|
- Docs.rs build should now pass.
|
|
|
|
### Changed
|
|
|
|
- The docs and README files have been improved.
|
|
|
|
## [v0.1.0] - 2022-10-22
|
|
|
|
### Initial Release of simconnect-sdk
|
|
|
|
[unreleased]: https://github.com/mihai-dinculescu/simconnect-sdk
|
|
[v0.1.1]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.1
|
|
[v0.1.0]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.0
|
|
[keepachangelog]: https://keepachangelog.com
|