File tree 4 files changed +9
-6
lines changed 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ Possible log types:
11
11
- ` [fixed] ` for any bug fixes.
12
12
- ` [security] ` to invite users to upgrade in case of vulnerabilities.
13
13
14
- ### v0.5.0 (2017-xx-xx )
14
+ ### v0.5.0 (2017-06-17 )
15
15
16
16
- [ 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 )
18
21
- [ removed] Get rid of ` Status::ext_versions ` field, use extensions
19
22
mechanism instead (#48 )
20
23
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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/"
5
5
repository = " https://github.com/coredump-ch/spaceapi-rs/"
6
6
license = " MIT OR Apache-2.0"
7
7
authors = [
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014-2015 The spaceapi-rs Developers
3
+ Copyright (c) 2014-2017 The spaceapi-rs Developers
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This library requires Rust 1.15 or newer.
20
20
Add ` spaceapi ` to your ` Cargo.toml ` :
21
21
22
22
[dependencies]
23
- spaceapi = "^0.4 "
23
+ spaceapi = "^0.5 "
24
24
25
25
26
26
## Docs
You can’t perform that action at this time.
0 commit comments