We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1fa61 commit da0c7c0Copy full SHA for da0c7c0
CHANGELOG.md
@@ -11,6 +11,10 @@ Possible log types:
11
- `[fixed]` for any bug fixes.
12
- `[security]` to invite users to upgrade in case of vulnerabilities.
13
14
+### v0.4.1 (2017-01-09)
15
+
16
+- [added] `StatusBuilder` which implements the builder pattern (#38)
17
+- [changed] Use custom implementation for `Status` serialization (#40)
18
19
### v0.4.0 (2016-12-26)
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "spaceapi"
3
-version = "0.4.0"
+version = "0.4.1"
4
documentation = "https://docs.rs/spaceapi/0.4.0/"
5
repository = "https://github.com/coredump-ch/spaceapi-rs/"
6
license = "MIT OR Apache-2.0"
0 commit comments