Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Mar 27, 2023
1 parent d7bbe33 commit 681dead
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.15] - 2023-03-27

### Features

- Implement evaluation of `AExpr::Function`s

### Miscellaneous Tasks

- Cleanup the Justfile and remove Dockerfile.dev

### Refactor

- Abstract integer type into a common `Int` type
- Improve checko logging and reliability

## [0.1.14] - 2023-03-24

### Bug Fixes
Expand All @@ -20,6 +35,7 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks

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

0 comments on commit 681dead

Please sign in to comment.