diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffa5c2a..1c055db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.1.11] - 2023-03-11 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8fe84b57..c141e711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "checko" -version = "0.1.10" +version = "0.1.11" dependencies = [ "checkr", "clap", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "checkr" -version = "0.1.10" +version = "0.1.11" dependencies = [ "bitflags", "clap", @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "inspectify" -version = "0.1.10" +version = "0.1.11" dependencies = [ "axum", "axum-macros", @@ -4723,7 +4723,7 @@ checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c" [[package]] name = "xtask" -version = "0.1.10" +version = "0.1.11" dependencies = [ "binswap-github", "clap", diff --git a/Cargo.toml b/Cargo.toml index 10c2c1e4..84372229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["xtask", "checkr", "inspectify", "checko"] [workspace.package] -version = "0.1.10" +version = "0.1.11" repository = "https://github.com/team-checkr/checkr/" authors = [ "Oliver Bøving ",