Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Mar 23, 2023
1 parent 0c67c65 commit 7f7814f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 5 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@

All notable changes to this project will be documented in this file.

## [0.1.13] - 2023-03-23

### Bug Fixes

- Recompute the graph in inspectify after recompilation
- Remove copy of removed rust-toolchain.toml into Dockerfile
- Do not crash if one group did not produce a run result in checko
- Update definition vc(b -> C) to include b
- Produce the correct number of configurations in interpreter
- Correct set spans in checko
- Do not crash if pushing results to one group fails

### Documentation

- Update development requirements for inspectify
- Change `typeshare` to `typeshare-cli` in unix setup script
- Finish a sentence in inspectify readme

### Features

- Randomize determinism in interpreter input
- Initial draft of predicates and enriched commands
- Add substitution to enriched expressions
- Implement SP and VC for program verification analysis
- Generate annotated programs
- Validation for PV and remove all WASM
- Use WebSockets for compilation status in inspectify
- Allow specifying which programs are shown in results individually
- Display invalid output in inspectify
- Improve graph debugging inspectify
- Do not crash if we could not pull from the result branch

### Miscellaneous Tasks

- Add a license to Cargo.toml
- Do not open F# panel on startup in VSCode
- Test commit to see build times with smtlib and z3
- Remove z3 dep again, and correct pv output format
- Update fsharp-starter ref
- Update Cargo.lock
- Add a comment to the Justfile for running inspectify against fsharp-starter

### Refactor

- Improve inspectify internals
- Split inspectify backend up into multiple files
- Catch all errors from single groups to not crash when pushing results

## [0.1.12] - 2023-03-16

### Bug Fixes
Expand All @@ -23,6 +71,7 @@ All notable changes to this project will be documented in this file.
- Add easy to use option to run inspectify against fsharp-starter
- Update fsharp-starter ref
- Prepare changelog for release
- Release

## [0.1.11] - 2023-03-11

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["xtask", "checkr", "inspectify", "checko"]

[workspace.package]
version = "0.1.12"
version = "0.1.13"
repository = "https://github.com/team-checkr/checkr/"
authors = [
"Oliver Bøving <oliver@bvng.dk>",
Expand Down

0 comments on commit 7f7814f

Please sign in to comment.