Skip to content

Commit f3417ae

Browse files
committed
ctest: Release 0.5.1
1 parent 3ba93f8 commit f3417ae

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ctest/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.5.1 (2026-04-13)
4+
5+
- Add support for using raw keywords, like `r#type`
6+
7+
## 0.5.0 (2026-01-29)
8+
9+
Initial release of the redesigned `ctest`.
10+
311
## 0.4.11 (2024-04-11)
412

513
- Clean up some `ctest` internals
@@ -619,4 +627,3 @@
619627
- Add an option to skip the pointer check ([`b1d0e03`](https://github.com/JohnTitor/ctest2/commit/b1d0e03b10d7087c0d41b3cb00ac31a0ca471a6b))
620628
- Initial commit ([`d15487c`](https://github.com/JohnTitor/ctest2/commit/d15487c557d6deb6a05e426da3e2bf11ee5cb936))
621629
</details>
622-

ctest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctest"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
description = "Automated testing of FFI bindings in Rust."
66
rust-version = "1.88"

0 commit comments

Comments
 (0)