This commit is contained in:
tf-release-bot 2020-01-22 21:51:40 +00:00 committed by TeamCity
parent 28b43a7a4e
commit d12152f730
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
2 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
## 0.12.20 (Unreleased)
## 0.12.20 (January 22, 2020)
ENHANCEMENTS:
* config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. [GH-23794]
* config: New, optional syntax for [`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions) setting in `terraform` blocks. This is not intended for general use yet but will support upcoming enhancements. [GH-23843]
* config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. ([#23794](https://github.com/hashicorp/terraform/issues/23794))
* config: New, optional syntax for [`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions) setting in `terraform` blocks. This is not intended for general use yet but will support upcoming enhancements. [[#23843](https://github.com/hashicorp/terraform/issues/23843)]
BUG FIXES:
* command/show: Fix an issue with show and aliased providers [GH-23848]
* core: Always clean up empty resources before empty modules [GH-23822]
* internal/modsdir/manifest: Fix CLI issue with Windows machines [GH-23865]
* command/show: Fix an issue with show and aliased providers ([#23848](https://github.com/hashicorp/terraform/issues/23848))
* core: Always clean up empty resources before empty modules ([#23822](https://github.com/hashicorp/terraform/issues/23822))
* internal/modsdir/manifest: Fix CLI issue with Windows machines ([#23865](https://github.com/hashicorp/terraform/issues/23865))
EXPERIMENTS:

View File

@ -16,7 +16,7 @@ var Version = "0.12.20"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var Prerelease = "dev"
var Prerelease = ""
// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a