diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb4e0e..12647dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e8b6aed..53199ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,6 @@ [package] name = "ctest2" -version = "0.4.0" -authors = [ - "Yuki Okushi " -] +version = "0.4.1" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/JohnTitor/ctest2"