diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb1..f7014c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5b4e8..ee665ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.11.0](https://github.com/PierreBeucher/novops/compare/v0.10.0...v0.11.0) (2023-12-27) + + +### Features + +* console drop-down for environment selection ([d908e51](https://github.com/PierreBeucher/novops/commit/d908e518f3d529ed3388f6d2b650a12ce2077bee)) +* safety check for custom workdir permissions and ownership ([dce1c02](https://github.com/PierreBeucher/novops/commit/dce1c02783a3799c73b6c10d4c536430c3917d3c)) +* SOPS (Secrets OPerationS) module ([a19861c](https://github.com/PierreBeucher/novops/commit/a19861c2a929106f7c5ab520220f9bb862d63953)) + ## [0.10.0](https://github.com/PierreBeucher/novops/compare/v0.9.0...v0.10.0) (2023-12-23) diff --git a/Cargo.lock b/Cargo.lock index 0e2954b..e680bb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ dependencies = [ [[package]] name = "novops" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index dff50fa..feba90f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "novops" -version = "0.10.0" +version = "0.11.0" edition = "2021" [dependencies]