Skip to content

Commit

Permalink
Prepare 0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 12, 2022
1 parent 6d2dd7d commit 4c3e291
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 0.4.4

* Specify linkage for `__test_fn...()` [#33]
* Remove the use of `mem::zeroed()` from generated code [#35]

[#33]: https://github.com/JohnTitor/ctest2/pull/33
[#35]: https://github.com/JohnTitor/ctest2/pull/35

## 0.4.3

* Add support for long double [#30]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ctest2"
version = "0.4.3"
version = "0.4.4"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/JohnTitor/ctest2"
Expand Down

0 comments on commit 4c3e291

Please sign in to comment.