Skip to content

Commit

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

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

## [0.1.21] - 2023-04-25

### Bug Fixes

- Do short-circuiting correctly in sign analysis
- Comparing validating security results without target

### Features

- Add progress bar to checko
- Make test execution async and add a timeout
- Show entire error description in checko UI

### Refactor

- Pass input to test container over stdin instead of args

## [0.1.20] - 2023-04-04

### Miscellaneous Tasks

- Use just the ref name instead of path for displaying version in inspectify
- Release

## [0.1.19] - 2023-04-04

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.20"
version = "0.1.21"
repository = "https://github.com/team-checkr/checkr/"
authors = [
"Oliver Bøving <oliver@bvng.dk>",
Expand Down

0 comments on commit a74039a

Please sign in to comment.