Skip to content

Release v0.6.0 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ Possible log types:

### Unreleased

...

### v0.6.0 (2018-01-25)

- [changed] Minimal required Rust version 1.20.0 (#68)
- [changed] Update `log` crate to version 0.4
- [changed] Update `log` crate to version 0.4 (#70)
- [changed] Use an enum (`IssueReportChannel`) for the `issue_report_channels`
field (#4)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This links to the issue, but don't we usually link to the PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it doesn't really matter since they are both linked :) Also, before creating the PR there is no pull request number yet 😉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also why does GitHub create new issues with such low numbers? Did they somehow get missing? Or was this due to our abuse of changing issues to PRs with the CLI tool?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I think that issue is actually that old.


Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spaceapi"
version = "0.5.1"
documentation = "https://docs.rs/spaceapi/0.5.1/"
version = "0.6.0"
documentation = "https://docs.rs/spaceapi/0.6.0/"
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
license = "MIT OR Apache-2.0"
authors = [
Expand Down