Skip to content

Commit

Permalink
Announce v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 22, 2022
1 parent 44f3766 commit b341744
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simconnect-sdk-examples"
version = "0.1.1"
version = "0.1.2"
authors = ["Mihai Dinculescu <[email protected]>"]
edition = "2021"
description = "SimConnect SDK Examples"
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.1.1"
version = "0.1.2"
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.1.1"
version = "0.1.2"
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.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"]
Expand Down

0 comments on commit b341744

Please sign in to comment.