Skip to content

Commit

Permalink
Prepare for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 23, 2021
1 parent aab0ed6 commit ca23a16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 0.4.1

* Fix the `deref_nullptr` warning. [#24]
* Fix unaligned_references warning. [#25]

[#24]: https://github.com/JohnTitor/ctest2/pull/24
[#25]: https://github.com/JohnTitor/ctest2/pull/25

## 0.4.0

Expand Down
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[package]
name = "ctest2"
version = "0.4.0"
authors = [
"Yuki Okushi <huyuumi.dev@gmail.com>"
]
version = "0.4.1"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/JohnTitor/ctest2"
Expand Down

0 comments on commit ca23a16

Please sign in to comment.