Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Sep 7, 2023
1 parent 9c10142 commit d3e0f73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d3e0f73

Please sign in to comment.