Skip to content

Commit 7b77a4e

Browse files
author
Terraform SDK CircleCI
committed
v0.12.0 [skip ci]
1 parent 431c989 commit 7b77a4e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# 0.12.0 (Unreleased)
1+
# 0.12.0 (December 18, 2020)
22

33
BREAKING CHANGES:
4-
- Move Git ref installation to subpackage so that consumers can limit dependencies [GH-98]
4+
- Move Git ref installation to subpackage so that consumers can limit dependencies ([#98](https://github.com/hashicorp/terraform-exec/issues/98))
55

66
FEATURES:
7-
- Improve error handling for formatting command on unsupported version (`<0.7.7`) [GH-88]
8-
- Introduce `Format` method with `io.Reader`/`io.Writer` interfaces [GH-96]
9-
- Introduce `Validate` method with `tfjson` defined diagnostic types. Those types reflect exactly the types used in `terraform validate -json` output [GH-68]
10-
- Introduce `StateMv` method [GH-112]
11-
- Introduce `Upgrade012` method [GH-105]
7+
- Improve error handling for formatting command on unsupported version (`<0.7.7`) ([#88](https://github.com/hashicorp/terraform-exec/issues/88))
8+
- Introduce `Format` method with `io.Reader`/`io.Writer` interfaces ([#96](https://github.com/hashicorp/terraform-exec/issues/96))
9+
- Introduce `Validate` method with `tfjson` defined diagnostic types. Those types reflect exactly the types used in `terraform validate -json` output ([#68](https://github.com/hashicorp/terraform-exec/issues/68))
10+
- Introduce `StateMv` method ([#112](https://github.com/hashicorp/terraform-exec/issues/112))
11+
- Introduce `Upgrade012` method ([#105](https://github.com/hashicorp/terraform-exec/issues/105))
1212

1313
BUG FIXES:
14-
- Fix issue in tfinstall.GitRef where it assumed a `vendor` directory was present [GH-89]
15-
- Use `json.Number` instead of `float64` when parsing state [GH-113]
16-
- Support long variable names in `ErrMissingVar` [GH-110]
14+
- Fix issue in tfinstall.GitRef where it assumed a `vendor` directory was present ([#89](https://github.com/hashicorp/terraform-exec/issues/89))
15+
- Use `json.Number` instead of `float64` when parsing state ([#113](https://github.com/hashicorp/terraform-exec/issues/113))
16+
- Support long variable names in `ErrMissingVar` ([#110](https://github.com/hashicorp/terraform-exec/issues/110))
1717

1818
# 0.11.0 (September 23, 2020)
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.11.0"
3+
const version = "0.12.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)