Skip to content

Commit

Permalink
Bump Chrono version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Jul 28, 2018
1 parent b975d7a commit 8fceba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Chrono obeys the principle of [Semantic Versioning](http://semver.org/).
There were/are numerous minor versions before 1.0 due to the language changes.
Versions with only mechnical changes will be omitted from the following list.

## 0.4.5 (unreleased)
## 0.4.5

### Features

* Added several more serde deserialization helpers (@novacrazy #258)
* Enabled all features on the playground (@davidtwco #267)
* Improved docs (@storyfeet #261)
* Derive `Hash` on `FixedOffset` (@LuoZijun #254)
* Improved docs (@storyfeet #261, @quodlibetor #252)

## 0.4.4

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.4.4"
version = "0.4.5"
authors = [
"Kang Seonghoon <[email protected]>",
"Brandon W Maister <[email protected]>",
Expand Down

0 comments on commit 8fceba8

Please sign in to comment.