Skip to content

Commit

Permalink
Merge pull request #83 from PierreBeucher/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--novops

chore(main): release 0.11.0
  • Loading branch information
PierreBeucher authored Dec 27, 2023
2 parents 569f1c2 + 4237470 commit 32c148a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "novops"
version = "0.10.0"
version = "0.11.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 32c148a

Please sign in to comment.