Skip to content

Commit

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

chore(main): release 0.7.0
  • Loading branch information
PierreBeucher authored Aug 23, 2023
2 parents 5461540 + 2c1d84f commit 557dcfb
Show file tree
Hide file tree
Showing 4 changed files with 17 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.6.1"
".": "0.7.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.0](https://github.com/PierreBeucher/novops/compare/v0.6.1...v0.7.0) (2023-08-23)


### Features

* multiple export format, default to stdout and only use stderr for logging ([78b17c4](https://github.com/PierreBeucher/novops/commit/78b17c4e0ef32bde7740c21216cbf4b20a99104a))
* novops run: subprocess with loaded environment ([fede6cb](https://github.com/PierreBeucher/novops/commit/fede6cba0a51d74e5f02c95b968b6fd782a6415c))
* remove required top-level name ([a60aec7](https://github.com/PierreBeucher/novops/commit/a60aec7b77d6a1e2198e395bd7bf11806319a955))


### Bug Fixes

* incorrect permission for /tmp subdirectory when fallbacking from XDG_RUNTIME_DIR ([1056c60](https://github.com/PierreBeucher/novops/commit/1056c60a9cacb1ac72f6e17b507ef0103831048f))

## [0.6.1](https://github.com/PierreBeucher/novops/compare/v0.6.0...v0.6.1) (2023-06-25)


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.6.1"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 557dcfb

Please sign in to comment.