File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # CBMC 6.1.1
2+
3+ ## What's Changed
4+ * Compile CaDiCaL with -DNDEBUG by @tautschnig in https://github.com/diffblue/cbmc/pull/8397
5+
6+ ## Bug Fixes
7+ * Enable higher verbosity for benchmarking by @tautschnig in https://github.com/diffblue/cbmc/pull/8395
8+ * CI jobs: upgrade CVC5 from 1.0.0 to 1.1.2 by @tautschnig in https://github.com/diffblue/cbmc/pull/8383
9+ * implement flattening for +/- for the range type by @kroening in https://github.com/diffblue/cbmc/pull/8396
10+
11+ **Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-6.1.0...cbmc-6.1.1
12+
113# CBMC 6.1.0
214
315## What's Changed
Original file line number Diff line number Diff line change 7979OSX_IDENTITY = "Developer ID Application: Daniel Kroening"
8080
8181# Detailed version information
82- CBMC_VERSION = 6.1.0
82+ CBMC_VERSION = 6.1.1
8383
8484# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
8585# CUDD = ../../cudd-3.0.0
Original file line number Diff line number Diff line change 11[package ]
22name = " libcprover_rust"
3- version = " 6.1.0 "
3+ version = " 6.1.1 "
44edition = " 2021"
55description = " Rust API for CBMC and assorted CProver tools"
66repository = " https://github.com/diffblue/cbmc"
You can’t perform that action at this time.
0 commit comments