Skip to content

Commit e37dda6

Browse files
v0.20.0 [skip ci]
1 parent 324f556 commit e37dda6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.20.0 (Unreleased)
1+
# 0.20.0 (December 20, 2023)
22

33
ENHANCEMENTS:
44
- Add `JSONNumber` option to `Show` to enable `json.Number` representation of numerical values in returned `tfjson.Plan` and `tfjson.State` values ([#427](https://github.com/hashicorp/terraform-exec/pull/427))

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package version
55

6-
const version = "0.19.0"
6+
const version = "0.20.0"
77

88
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
99
// This is a function to allow for future possible enhancement using debug.BuildInfo.

0 commit comments

Comments
 (0)