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 )
22
33FEATURES:
44
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 ) )
88
99ENHANCEMENTS:
1010
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 ) )
1313
1414INTERNAL:
1515
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 ) )
1717
1818# 0.14.0 (June 24, 2021)
1919
Original file line number Diff line number Diff line change 11package version
22
3- const version = "0.14 .0"
3+ const version = "0.15 .0"
44
55// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
66// 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