Skip to content

Commit

Permalink
Announce v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 29, 2022
1 parent 0a05fd3 commit 63086c5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ file. This change log follows the conventions of

## [Unreleased]

## [v0.2.1] - 2022-10-29

### Added

- `#[derive(PartialEq)]` has been added to `Condition`, `DataType`, `FacilityType`, `NotificationGroup`, `Period`, `ViewType`, `ClientEvent`, `SystemEventRequest` and `SystemEvent`.
Expand Down Expand Up @@ -61,6 +63,7 @@ file. This change log follows the conventions of
### Initial Release of simconnect-sdk

[unreleased]: https://github.com/mihai-dinculescu/simconnect-sdk-rs
[v0.2.1]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.2.1
[v0.2.0]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.2.0
[v0.1.3]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.1.3
[v0.1.2]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.1.2
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "simconnect-sdk-examples"
version = "0.2.0"
authors = ["Mihai Dinculescu <[email protected]>"]
version = "0.2.1"
edition = "2021"
description = "SimConnect SDK Examples"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
description = "SimConnect SDK Examples"
readme = "README.md"
repository = "https://github.com/mihai-dinculescu/simconnect-sdk-rs"
publish = false

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion simconnect-sdk-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simconnect-sdk-derive"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions simconnect-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simconnect-sdk"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
Expand All @@ -22,7 +22,7 @@ bindgen = "0.61"
num_enum = "0.5"
tracing = "0.1"
thiserror = "1.0"
simconnect-sdk-derive = { version = "=0.2.0", path = "../simconnect-sdk-derive", optional = true }
simconnect-sdk-derive = { version = "=0.2.1", path = "../simconnect-sdk-derive", optional = true }

[package.metadata.docs.rs]
features = ["derive"]
Expand Down

0 comments on commit 63086c5

Please sign in to comment.