We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd535c + ec0a870 commit 474e258Copy full SHA for 474e258
CHANGELOG.md
@@ -11,7 +11,7 @@ Possible log types:
11
- `[fixed]` for any bug fixes.
12
- `[security]` to invite users to upgrade in case of vulnerabilities.
13
14
-### v0.8.1 (2021-06-30)
+### v0.8.1 (2021-07-06)
15
16
- [changed] Allow `state.open` to be `null` again
17
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "spaceapi"
3
-version = "0.8.0"
+version = "0.8.1"
4
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
5
license = "MIT OR Apache-2.0"
6
authors = [
README.md
@@ -19,7 +19,7 @@ This library requires Rust 1.31.0 or newer.
19
Add `spaceapi` to your `Cargo.toml`:
20
21
[dependencies]
22
- spaceapi = "^0.8"
+ spaceapi = "^0.8.1"
23
24
25
## Docs
0 commit comments