Skip to content

Commit 474e258

Browse files
authored
Merge pull request #94 from spaceapi-community/prepare-0.8.1-release
Prepare 0.8.1 release
2 parents 6bd535c + ec0a870 commit 474e258

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-
### v0.8.1 (2021-06-30)
14+
### v0.8.1 (2021-07-06)
1515

1616
- [changed] Allow `state.open` to be `null` again
1717

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.8.0"
3+
version = "0.8.1"
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.8"
22+
spaceapi = "^0.8.1"
2323

2424

2525
## Docs

0 commit comments

Comments
 (0)