Skip to content

Commit 8d07178

Browse files
author
Terraform SDK CircleCI
committed
v0.15.0 [skip ci]
1 parent 8ab1851 commit 8d07178

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# 0.15.0 (Unreleased)
1+
# 0.15.0 (October 05, 2021)
22

33
FEATURES:
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

99
ENHANCEMENTS:
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

1414
INTERNAL:
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

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package 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.

0 commit comments

Comments
 (0)