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.
1 parent ec8adee commit 8e1823eCopy full SHA for 8e1823e
CHANGELOG.md
@@ -13,8 +13,12 @@ Possible log types:
13
14
### Unreleased
15
16
+...
17
+
18
+### v0.6.0 (2018-01-25)
19
20
- [changed] Minimal required Rust version 1.20.0 (#68)
-- [changed] Update `log` crate to version 0.4
21
+- [changed] Update `log` crate to version 0.4 (#70)
22
- [changed] Use an enum (`IssueReportChannel`) for the `issue_report_channels`
23
field (#4)
24
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "spaceapi"
3
-version = "0.5.1"
4
-documentation = "https://docs.rs/spaceapi/0.5.1/"
+version = "0.6.0"
+documentation = "https://docs.rs/spaceapi/0.6.0/"
5
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
6
license = "MIT OR Apache-2.0"
7
authors = [
0 commit comments