diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 089736f..c79059d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"crates/nots-cli":"0.1.11","crates/nots-worker":"0.1.4","crates/notsd":"0.1.7"} \ No newline at end of file +{"crates/nots-cli":"0.1.12","crates/nots-worker":"0.1.4","crates/notsd":"0.1.7"} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 64e0d75..59e486f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "nots-cli" -version = "0.1.11" +version = "0.1.12" dependencies = [ "async-trait", "bollard", diff --git a/crates/nots-cli/CHANGELOG.md b/crates/nots-cli/CHANGELOG.md index 28d9361..7c506ac 100644 --- a/crates/nots-cli/CHANGELOG.md +++ b/crates/nots-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/explodingcamera/nots/compare/nots-cli-v0.1.11...nots-cli-v0.1.12) (2023-11-10) + + +### Bug Fixes + +* fix windows build ([ba2d786](https://github.com/explodingcamera/nots/commit/ba2d78685dd518537f00a5730027f8e25b0e9d76)) + ## [0.1.11](https://github.com/explodingcamera/nots/compare/nots-cli-v0.1.10...nots-cli-v0.1.11) (2023-11-10) diff --git a/crates/nots-cli/Cargo.toml b/crates/nots-cli/Cargo.toml index 83e07cc..b34dacd 100644 --- a/crates/nots-cli/Cargo.toml +++ b/crates/nots-cli/Cargo.toml @@ -2,7 +2,7 @@ edition="2021" name="nots-cli" publish=false -version="0.1.11" +version="0.1.12" [[bin]] name="nots-cli"