Skip to content

Commit 1a80ba8

Browse files
committed
Bump crate version to 0.7.0
1 parent 6587741 commit 1a80ba8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Possible log types:
1313

1414
### Unreleased
1515

16+
### v0.7.0 (2019-08-22)
17+
1618
- [changed] Require Rust 1.31+ (Rust 2018 edition) (#76)
1719
- [changed] Use [serde flatten](https://serde.rs/attr-flatten.html) to
1820
implement extensions. This changes the in memory representation of the

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "spaceapi"
3-
version = "0.6.0"
4-
documentation = "https://docs.rs/spaceapi/0.6.0/"
3+
version = "0.7.0"
54
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
65
license = "MIT OR Apache-2.0"
76
authors = [

0 commit comments

Comments
 (0)