Announce v0.1.2
This commit is contained in:
@@ -6,15 +6,17 @@ file. This change log follows the conventions of
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.1.2] - 2022-10-22
|
||||
|
||||
### Added
|
||||
|
||||
- `Condition`, `DataType`, `FacilityType` and `Period` now derive `Debug`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Docs.rs build should now pass. Take #2.
|
||||
- Docs.rs build should now pass. Take 2.
|
||||
|
||||
## [v0.1.1] - 2022-10-23
|
||||
## [v0.1.1] - 2022-10-21
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -24,11 +26,12 @@ file. This change log follows the conventions of
|
||||
|
||||
- Docs.rs build should now pass.
|
||||
|
||||
## [v0.1.0] - 2022-10-22
|
||||
## [v0.1.0] - 2022-10-20
|
||||
|
||||
### Initial Release of simconnect-sdk
|
||||
|
||||
[unreleased]: https://github.com/mihai-dinculescu/simconnect-sdk
|
||||
[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
|
||||
[v0.1.0]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.0
|
||||
[keepachangelog]: https://keepachangelog.com
|
||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -313,7 +313,7 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
||||
|
||||
[[package]]
|
||||
name = "simconnect-sdk"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"num_enum",
|
||||
@@ -324,7 +324,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "simconnect-sdk-derive"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"proc-macro2",
|
||||
@@ -336,7 +336,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "simconnect-sdk-examples"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"simconnect-sdk",
|
||||
"tracing",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "simconnect-sdk-examples"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
|
||||
edition = "2021"
|
||||
description = "SimConnect SDK Examples"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "simconnect-sdk-derive"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "simconnect-sdk"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
|
||||
@@ -22,7 +22,7 @@ bindgen = "0.61"
|
||||
num_enum = "0.5"
|
||||
tracing = "0.1"
|
||||
thiserror = "1.0"
|
||||
simconnect-sdk-derive = { version = "=0.1.1", path = "../simconnect-sdk-derive", optional = true }
|
||||
simconnect-sdk-derive = { version = "=0.1.2", path = "../simconnect-sdk-derive", optional = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["derive"]
|
||||
|
Reference in New Issue
Block a user