Skip to content

Commit

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

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

## [0.1.14] - 2023-03-24

### Bug Fixes

- Change associativity of power to right (#30)
- Make unary minus checked (#32)

### Documentation

- Add a note about developing on Windows

### Features

- Allow empty ProgramsConfig TOML files

### Miscellaneous Tasks

- Update fsharp-starter ref

### Refactor

- Unary minus refactor (#33)
- Remove `#![feature(try_blocks)]` so we compile on stable!
- Wrap untyped IO and program config allows per env input

## [0.1.13] - 2023-03-23

### Bug Fixes
Expand Down Expand Up @@ -43,6 +68,7 @@ All notable changes to this project will be documented in this file.
- Update fsharp-starter ref
- Update Cargo.lock
- Add a comment to the Justfile for running inspectify against fsharp-starter
- 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.13"
version = "0.1.14"
repository = "https://github.com/team-checkr/checkr/"
authors = [
"Oliver Bøving <oliver@bvng.dk>",
Expand Down

0 comments on commit ff3b605

Please sign in to comment.