diff --git a/Cargo.lock b/Cargo.lock index d76fe3c..97300e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cackle" -version = "0.1.1" +version = "0.2.0" dependencies = [ "addr2line", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a58ea03..5804ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cackle" -version = "0.1.1" +version = "0.2.0" edition = "2021" rust-version = "1.67" license = "MIT OR Apache-2.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..b70fcc8 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,11 @@ +# Version 0.2.0 +* Fixed a few false-attribution problems. +* Syntax highlight code snippets. +* Optimised Cackle's analysis speed ~4x faster. +* Added `cargo` subcommand. e.g. `cackle cargo test`. +* Supports running tests in sandbox. +* Sandbox config now supports making select directories writable. +* Support showing a backtrace of how an API usage location is reachable. +* Output from `cargo build` is now shown when running `cackle check`. +* Added automated config edit to exclude a path from an API. +* Binary releases now available on github.