Skip to content

Commit

Permalink
Merge pull request #35 from jfrimmel/custom-runner
Browse files Browse the repository at this point in the history
Breaking changes on the way towards `cargo-valgrind 2.0.0`.
  • Loading branch information
jfrimmel committed Mar 17, 2021
2 parents d47dd81 + 7fcc374 commit f90e180
Show file tree
Hide file tree
Showing 23 changed files with 466 additions and 2,406 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## unreleased
Breaking API and CLI change!
- Support running _every_ `cargo` executable (binary, unit tests, doctests, ...)
- changed command line
- `cargo valgrind` -> `cargo valgrind run`
- `cargo valgrind --tests` -> `cargo valgrind test`
- `cargo valgrind --example asdf` -> `cargo valgrind run --example asdf`
- etc.
- currently no valgrind parameter support

## Version 1.3.0
- Support user flags for the analyzed binary.

Expand Down
Loading

0 comments on commit f90e180

Please sign in to comment.