Skip to content

Commit 6135d3f

Browse files
authored
Release v0.5.0 (#64)
1 parent fee35fa commit 6135d3f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ Possible log types:
1111
- `[fixed]` for any bug fixes.
1212
- `[security]` to invite users to upgrade in case of vulnerabilities.
1313

14-
### v0.5.0 (2017-xx-xx)
14+
### v0.5.0 (2017-06-17)
1515

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

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.4.2"
4-
documentation = "https://docs.rs/spaceapi/0.4.0/"
3+
version = "0.5.0"
4+
documentation = "https://docs.rs/spaceapi/0.5.0/"
55
repository = "https://github.com/coredump-ch/spaceapi-rs/"
66
license = "MIT OR Apache-2.0"
77
authors = [

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This library requires Rust 1.15 or newer.
2020
Add `spaceapi` to your `Cargo.toml`:
2121

2222
[dependencies]
23-
spaceapi = "^0.4"
23+
spaceapi = "^0.5"
2424

2525

2626
## Docs

0 commit comments

Comments
 (0)