Skip to content

Commit

Permalink
Release 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Aug 7, 2020
1 parent 6426498 commit db5b217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ 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 mechanical changes will be omitted from the following list.

## 0.4.14 (unreleased)
## 0.4.15 (unreleased)

## 0.4.14

### Features

* Add day and week iterators for `NaiveDate` (@gnzlbg & @robyoung)
* Add a `Month` enum (@hhamana)
* Add `locales`. All format functions can now use locales.
* Fix Local.from_local_datetime method for wasm
* Add `locales`. All format functions can now use locales, see the documentation for the
`unstable-locales` feature.
* Fix `Local.from_local_datetime` method for wasm

### Improvements

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.13"
version = "0.4.14"
authors = [
"Kang Seonghoon <[email protected]>",
"Brandon W Maister <[email protected]>",
Expand Down

0 comments on commit db5b217

Please sign in to comment.