File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # 0.15.0 (Unreleased )
1
+ # 0.15.0 (October 05, 2021 )
2
2
3
3
FEATURES:
4
4
5
- - Add support for ` providers lock ` command [ GH- 203 ]
6
- - Add support for ` add ` command [ GH- 209 ]
7
- - Add support for ` Plan ` /` Apply ` ` Replace ` option [ GH- 211 ]
5
+ - Add support for ` providers lock ` command ( [ # 203 ] ( https://github.com/hashicorp/terraform-exec/issues/203 ) )
6
+ - Add support for ` add ` command ( [ # 209 ] ( https://github.com/hashicorp/terraform-exec/issues/209 ) )
7
+ - Add support for ` Plan ` /` Apply ` ` Replace ` option ( [ # 211 ] ( https://github.com/hashicorp/terraform-exec/issues/211 ) )
8
8
9
9
ENHANCEMENTS:
10
10
11
- - Introduce ` tfexec.ErrStateLocked ` to represent locked state error [ GH- 221 ]
12
- - Account for upcoming init error message change [ GH- 228 ]
11
+ - Introduce ` tfexec.ErrStateLocked ` to represent locked state error ( [ # 221 ] ( https://github.com/hashicorp/terraform-exec/issues/221 ) )
12
+ - Account for upcoming init error message change ( [ # 228 ] ( https://github.com/hashicorp/terraform-exec/issues/228 ) )
13
13
14
14
INTERNAL:
15
15
16
- - deps: Bump terraform-json to ` 0.13.0 ` to address panic & support v1 JSON format [ GH- 224 ]
16
+ - deps: Bump terraform-json to ` 0.13.0 ` to address panic & support v1 JSON format ( [ # 224 ] ( https://github.com/hashicorp/terraform-exec/issues/224 ) )
17
17
18
18
# 0.14.0 (June 24, 2021)
19
19
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const version = "0.14 .0"
3
+ const version = "0.15 .0"
4
4
5
5
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
6
6
// This is a function to allow for future possible enhancement using debug.BuildInfo.
You can’t perform that action at this time.
0 commit comments