File tree 3 files changed +14
-2
lines changed
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
+
1
13
# CBMC 6.1.0
2
14
3
15
## What's Changed
Original file line number Diff line number Diff line change 79
79
OSX_IDENTITY = "Developer ID Application: Daniel Kroening"
80
80
81
81
# Detailed version information
82
- CBMC_VERSION = 6.1.0
82
+ CBMC_VERSION = 6.1.1
83
83
84
84
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
85
85
# CUDD = ../../cudd-3.0.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libcprover_rust"
3
- version = " 6.1.0 "
3
+ version = " 6.1.1 "
4
4
edition = " 2021"
5
5
description = " Rust API for CBMC and assorted CProver tools"
6
6
repository = " https://github.com/diffblue/cbmc"
You can’t perform that action at this time.
0 commit comments