Skip to content

Commit da0c7c0

Browse files
authored
Release v0.4.1 (#41)
* Update changelog * Bump crate version
1 parent 3e1fa61 commit da0c7c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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)
1418

1519
### v0.4.0 (2016-12-26)
1620

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spaceapi"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
documentation = "https://docs.rs/spaceapi/0.4.0/"
55
repository = "https://github.com/coredump-ch/spaceapi-rs/"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)