File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.0.8] ( https://github.com/future-architect/tftarget/compare/v0.0.7...v0.0.8 ) - 2024-12-24
4+ - Add parameter for terraform executable (for compatibility with OpenTofu) by @zekroTJA in https://github.com/future-architect/tftarget/pull/31
5+ - Fix genTargetCmd function to deal with multiple and single selections by @jmonfar in https://github.com/future-architect/tftarget/pull/32
6+
37## [ v0.0.7] ( https://github.com/future-architect/tftarget/compare/v0.0.6...v0.0.7 ) - 2023-10-23
48- fix: remove unused fmt by @orangekame3 in https://github.com/future-architect/tftarget/pull/26
59
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package cmd
2525import "fmt"
2626
2727// Version is a version of this application.
28- const Version = "0.0.7 "
28+ const Version = "0.0.8 "
2929
3030// SetVersionInfo sets version and date to rootCmd
3131func SetVersionInfo (version , date string ) {
You can’t perform that action at this time.
0 commit comments