Skip to content

Releases: model-checking/kani

kani-0.64.0

03 Jul 20:47
96f7e59
Compare
Choose a tag to compare

[0.64.0]

Major Changes

What's Changed

Full Changelog: kani-0.63.0...kani-0.64.0

kani-0.63.0

10 Jun 18:17
37fb634
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.63.0.

Breaking Changes

  • Finish deprecating --enable-unstable, --restrict-vtable, and --write-json-symtab by @carolynzech in #4110

Major Changes

What's Changed

Full Changelog: kani-0.62.0...kani-0.63.0

kani-0.62.0

08 May 18:28
a15883b
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.62.0.

[0.62.0]

What's Changed

New Contributors

Full Changelog: kani-0.61.0...kani-0.62.0

kani-0.61.0

06 Apr 23:59
3a82c3b
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.61.0.

[0.61.0]

What's Changed

Full Changelog: kani-0.60.0...kani-0.61.0

kani-0.60.0

06 Mar 21:56
67cd1e6
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.60.0.

[0.60.0]

Breaking Changes

Major Changes

What's Changed

Full Changelog: kani-0.59.0...kani-0.60.0

kani-0.59.0

06 Feb 21:49
94ed3f7
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.59.0.

Breaking Changes

  • Deprecate --enable-unstable and --restrict-vtable by @celinval in #3859
  • Do not report arithmetic overflow for floating point operations that produce +/-Inf by @rajath-mk in #3873

What's Changed

Full Changelog: kani-0.58.0...kani-0.59.0

kani-0.58.0

11 Jan 04:28
37321b1
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.58.0.

Major/Breaking Changes

What's Changed

Full Changelog: kani-0.57.0...kani-0.58.0

kani-0.57.0

17 Dec 11:31
9fd39c0
Compare
Choose a tag to compare

Major Changes

Breaking Changes

What's Changed

Full Changelog: kani-0.56.0...kani-0.57.0

kani-0.56.0

09 Oct 23:54
0182e99
Compare
Choose a tag to compare

Major/Breaking Changes

What's Changed

Full Changelog: kani-0.55.0...kani-0.56.0

kani-0.55.0

05 Sep 17:09
603f9bf
Compare
Choose a tag to compare

Kani Rust verifier release bundle version 0.55.0.

Major/Breaking Changes

  • Coverage reporting in Kani is now source-based instead of line-based.
    Consequently, the unstable -Zline-coverage flag has been replaced with a -Zsource-coverage one.
    Check the Source-Coverage RFC for more details.
  • Several improvements were made to the memory initialization checks. The current state is summarized in #3300. We welcome your feedback!

What's Changed

Full Changelog: kani-0.54.0...kani-0.55.0