Skip to content

Commit 8e1823e

Browse files
authored
Release v0.6.0 (#74)
1 parent ec8adee commit 8e1823e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ Possible log types:
1313

1414
### Unreleased
1515

16+
...
17+
18+
### v0.6.0 (2018-01-25)
19+
1620
- [changed] Minimal required Rust version 1.20.0 (#68)
17-
- [changed] Update `log` crate to version 0.4
21+
- [changed] Update `log` crate to version 0.4 (#70)
1822
- [changed] Use an enum (`IssueReportChannel`) for the `issue_report_channels`
1923
field (#4)
2024

Cargo.toml

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

0 commit comments

Comments
 (0)