Skip to content

Release v0.5.0 #64

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
Jun 17, 2017
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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Possible log types:
- `[fixed]` for any bug fixes.
- `[security]` to invite users to upgrade in case of vulnerabilities.

### v0.5.0 (2017-xx-xx)
### v0.5.0 (2017-06-17)

- [changed] Update to serde 1.0
- [changed] Renamed `_type` fields to `type_` (#58)
- [added] Support arbitrary extension fields (#34)
- [added] Add more methods to `StatusBuilder` (#54)
- [changed] Rename `_type` fields to `type_` (#58)
- [changed] Fix and improve crate documentation (#55)
- [removed] Get rid of `Status::ext_versions` field, use extensions
mechanism instead (#48)

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.4.2"
documentation = "https://docs.rs/spaceapi/0.4.0/"
version = "0.5.0"
documentation = "https://docs.rs/spaceapi/0.5.0/"
repository = "https://github.com/coredump-ch/spaceapi-rs/"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 The spaceapi-rs Developers
Copyright (c) 2014-2017 The spaceapi-rs Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This library requires Rust 1.15 or newer.
Add `spaceapi` to your `Cargo.toml`:

[dependencies]
spaceapi = "^0.4"
spaceapi = "^0.5"


## Docs
Expand Down