Skip to content

Commit

Permalink
Release v0.4.12 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor authored Jul 1, 2020
1 parent ea2d2da commit 311659f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.12 (unreleased)
## 0.4.12

### New Methods and impls

Expand All @@ -26,6 +26,11 @@ Versions with only mechanical changes will be omitted from the following list.
* Use js runtime when using wasmbind to get the local offset (#412
@quodlibetor)

### Internal Improvements

* Migrate to github actions from travis-ci, make the overall CI experience more comprehensible,
significantly faster and more correct (#439 @quodlibetor)

## 0.4.11

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

0 comments on commit 311659f

Please sign in to comment.