Skip to content

Commit

Permalink
Merge pull request #447 from quodlibetor/rel-v0.4.13
Browse files Browse the repository at this point in the history
Release v0.4.13
  • Loading branch information
quodlibetor authored Jul 5, 2020
2 parents 6be7be3 + 13c2f0b commit 2b5437d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Lint
run: bash ci/lint.sh
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@0.3.0
with:
check_together: 'y'
3 changes: 1 addition & 2 deletions 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.13 (unreleased)
## 0.4.13

### Features

Expand All @@ -18,7 +18,6 @@ Versions with only mechanical changes will be omitted from the following list.

* Code improvements to impl `From` for `js_sys` in wasm to reuse code (@schrieveslaach)


## 0.4.12

### New Methods and impls
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.12"
version = "0.4.13"
authors = [
"Kang Seonghoon <[email protected]>",
"Brandon W Maister <[email protected]>",
Expand Down

0 comments on commit 2b5437d

Please sign in to comment.