|
1 | 1 | 2025-05-08 |
2 | | - * Version bump (4.4). (#85) |
| 2 | + * Version bump (4.4). (copilot-verifier#85) |
3 | 3 |
|
4 | 4 | 2025-03-10 |
5 | | - * Version bump (4.3). (#82) |
6 | | - * Add `smtSolver` option to `VerifierOptions`. (#78) |
7 | | - * Add `smtFloatMode` option to `VerifierOptions`. (#79) |
| 5 | + * Version bump (4.3). (copilot-verifier#82) |
| 6 | + * Add `smtSolver` option to `VerifierOptions`. (copilot-verifier#78) |
| 7 | + * Add `smtFloatMode` option to `VerifierOptions`. (copilot-verifier#79) |
8 | 8 |
|
9 | 9 | 2025-01-20 |
10 | | - * Version bump (4.2). (#76) |
11 | | - * Reject specs that use multiple triggers with the same name. (#74) |
| 10 | + * Version bump (4.2). (copilot-verifier#76) |
| 11 | + * Reject specs that use multiple triggers with the same name. |
| 12 | + (copilot-verifier#74) |
12 | 13 |
|
13 | 14 | 2024-11-08 |
14 | | - * Version bump (4.1). (#72) |
| 15 | + * Version bump (4.1). (copilot-verifier#72) |
15 | 16 |
|
16 | 17 | 2024-09-09 |
17 | | - * Version bump (4.0). (#69) |
18 | | - * Support verifying programs that use array updates. (#63) |
19 | | - * Support verifying programs that use struct updates. (#57) |
| 18 | + * Version bump (4.0). (copilot-verifier#69) |
| 19 | + * Support verifying programs that use array updates. |
| 20 | + (copilot-verifier#63) |
| 21 | + * Support verifying programs that use struct updates. |
| 22 | + (copilot-verifier#57) |
20 | 23 |
|
21 | 24 | 2024-08-03 |
22 | | - * Support building with `crucible-llvm-0.7` and `crux-llvm-0.9`. (#64) |
23 | | - * Support GHC 9.4 through 9.8. (#65) |
| 25 | + * Support building with `crucible-llvm-0.7` and `crux-llvm-0.9`. |
| 26 | + (copilot-verifier#64) |
| 27 | + * Support GHC 9.4 through 9.8. (copilot-verifier#65) |
24 | 28 |
|
25 | 29 | 2024-07-30 |
26 | 30 | * When using `Noisy` verbosity, always log proof goals related to the |
27 | | - core correspondence proof, even if the goals are trivial. (#51) |
| 31 | + core correspondence proof, even if the goals are trivial. |
| 32 | + (copilot-verifier#51) |
28 | 33 | * When using `Noisy` verbosity, log more information about which proof |
29 | | - goals arise before or after calling the `step()` function. (#52) |
| 34 | + goals arise before or after calling the `step()` function. |
| 35 | + (copilot-verifier#52) |
30 | 36 |
|
31 | 37 | 2024-07-11 |
32 | | - * Version bump (3.20). (#58) |
| 38 | + * Version bump (3.20). (copilot-verifier#58) |
33 | 39 |
|
34 | 40 | 2024-03-08 |
35 | | - * Version bump (3.19). (#53) |
| 41 | + * Version bump (3.19). (copilot-verifier#53) |
36 | 42 | * Provide more detailed feedback upon a successful run of the verifier. |
37 | | - * Make the examples build with Copilot 3.19. (#53) |
| 43 | + * Make the examples build with Copilot 3.19. (copilot-verifier#53) |
38 | 44 |
|
39 | 45 | 2024-02-06 |
40 | 46 | * Initial release of `copilot-verifier`. |
0 commit comments