Skip to content

Commit 7d9de69

Browse files
authored
Merge pull request #92 from spaceapi-community/prepare-0.8-release
Prepare 0.8 release
2 parents c39f205 + 4bbb329 commit 7d9de69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Possible log types:
1111
- `[fixed]` for any bug fixes.
1212
- `[security]` to invite users to upgrade in case of vulnerabilities.
1313

14-
### Unreleased
14+
### v0.8.0 (2021-05-09)
1515

1616
- [added] The `Sensors`, `PeopleNowPresentSensor` and `TemperatureSensor`
1717
structs now derive `Default` (#84)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spaceapi"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
55
license = "MIT OR Apache-2.0"
66
authors = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library requires Rust 1.31.0 or newer.
1919
Add `spaceapi` to your `Cargo.toml`:
2020

2121
[dependencies]
22-
spaceapi = "^0.7"
22+
spaceapi = "^0.8"
2323

2424

2525
## Docs

0 commit comments

Comments
 (0)