From ff3b60524dd059dfc0bf374582ea7a3f149fb5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=B8ving?= Date: Fri, 24 Mar 2023 18:07:40 +0100 Subject: [PATCH] chore: Release --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0b926d..89b09ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index a537dde8..bbb4b93e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "checko" -version = "0.1.13" +version = "0.1.14" dependencies = [ "checkr", "chrono", @@ -549,7 +549,7 @@ dependencies = [ [[package]] name = "checkr" -version = "0.1.13" +version = "0.1.14" dependencies = [ "bitflags 1.3.2", "clap", @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "inspectify" -version = "0.1.13" +version = "0.1.14" dependencies = [ "axum", "axum-macros", @@ -4774,7 +4774,7 @@ checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c" [[package]] name = "xtask" -version = "0.1.13" +version = "0.1.14" dependencies = [ "binswap-github", "clap", diff --git a/Cargo.toml b/Cargo.toml index 67654a24..db84c8e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ",