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 6587741 commit 1a80ba8Copy full SHA for 1a80ba8
CHANGELOG.md
@@ -13,6 +13,8 @@ Possible log types:
13
14
### Unreleased
15
16
+### v0.7.0 (2019-08-22)
17
+
18
- [changed] Require Rust 1.31+ (Rust 2018 edition) (#76)
19
- [changed] Use [serde flatten](https://serde.rs/attr-flatten.html) to
20
implement extensions. This changes the in memory representation of the
Cargo.toml
@@ -1,7 +1,6 @@
1
[package]
2
name = "spaceapi"
3
-version = "0.6.0"
4
-documentation = "https://docs.rs/spaceapi/0.6.0/"
+version = "0.7.0"
5
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
6
license = "MIT OR Apache-2.0"
7
authors = [
0 commit comments