File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Possible log types:
11
11
- ` [fixed] ` for any bug fixes.
12
12
- ` [security] ` to invite users to upgrade in case of vulnerabilities.
13
13
14
- ### Unreleased
14
+ ### v0.8.0 (2021-05-09)
15
15
16
16
- [ added] The ` Sensors ` , ` PeopleNowPresentSensor ` and ` TemperatureSensor `
17
17
structs now derive ` Default ` (#84 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " spaceapi"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
repository = " https://github.com/spaceapi-community/spaceapi-rs/"
5
5
license = " MIT OR Apache-2.0"
6
6
authors = [
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This library requires Rust 1.31.0 or newer.
19
19
Add ` spaceapi ` to your ` Cargo.toml ` :
20
20
21
21
[dependencies]
22
- spaceapi = "^0.7 "
22
+ spaceapi = "^0.8 "
23
23
24
24
25
25
## Docs
You can’t perform that action at this time.
0 commit comments