File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # CBMC 6.0.1
2
+
3
+ ## Bug Fixes
4
+ * Fix Python syntax error by @tautschnig in https://github.com/diffblue/cbmc/pull/8344
5
+ * Use GNU parallel in Windows CI job by @tautschnig in https://github.com/diffblue/cbmc/pull/8345
6
+ * goto-synthesizer: ignore __CPROVER_-prefixed symbols by @tautschnig in https://github.com/diffblue/cbmc/pull/8348
7
+ * Union member fix by @kroening in https://github.com/diffblue/cbmc/pull/8347
8
+ * GOTO conversion: Declaration hops must not invalidate incomplete gotos by @tautschnig in https://github.com/diffblue/cbmc/pull/8349
9
+ * Increase Windows/clcache size to 2 GB by @tautschnig in https://github.com/diffblue/cbmc/pull/8346
10
+ * homebrew-pr CI notification: install go by @tautschnig in https://github.com/diffblue/cbmc/pull/8340
11
+ * add two helpers for bv_typet by @kroening in https://github.com/diffblue/cbmc/pull/8350
12
+ * reduce default verbosity of cprover binary by @kroening in https://github.com/diffblue/cbmc/pull/8352
13
+ * reduce verbosity of runtime messages by @kroening in https://github.com/diffblue/cbmc/pull/8354
14
+
15
+ **Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-6.0.0...cbmc-6.0.1
16
+
1
17
# CBMC 6.0.0
2
18
3
19
## Major Changes
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.0.0
82
+ CBMC_VERSION = 6.0.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.0.0 "
3
+ version = " 6.0.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