Skip to content

Commit 3b92a0c

Browse files
authored
Merge pull request #33 from future-architect/tagpr-from-v0.0.7
Release for v0.0.8
2 parents dc778a5 + dbc91eb commit 3b92a0c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package cmd
2525
import "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
3131
func SetVersionInfo(version, date string) {

0 commit comments

Comments
 (0)