Skip to content

Commit

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

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

## [0.1.16] - 2023-03-28

### Bug Fixes

- Ensure quantifier normalization does not use already present names

### Features

- Print out errors with context in checko evaluation

### Miscellaneous Tasks

- Fix clippy warnings
- Update lalrpop

## [0.1.15] - 2023-03-27

### Features
Expand All @@ -11,6 +26,7 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks

- Cleanup the Justfile and remove Dockerfile.dev
- Release

### Refactor

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

0 comments on commit 87989c4

Please sign in to comment.