v0.10.2
This commit is contained in:
parent
98171102d9
commit
a1d06eb973
|
@ -1,8 +1,8 @@
|
|||
## 0.10.2 (Unreleased)
|
||||
## 0.10.2 (August 16, 2017)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* tools/terraform-bundle: Add missing Ui to ProviderInstaller (fix crash) [GH-15826]
|
||||
* tools/terraform-bundle: Add missing Ui to ProviderInstaller (fix crash) ([#15826](https://github.com/hashicorp/terraform/issues/15826))
|
||||
* go-plugin: crash when server emits non-key-value JSON ([go-plugin#43](https://github.com/hashicorp/go-plugin/pull/43))
|
||||
|
||||
## 0.10.1 (August 15, 2017)
|
||||
|
|
|
@ -12,7 +12,7 @@ const Version = "0.10.2"
|
|||
// 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 VersionPrerelease = "dev"
|
||||
var VersionPrerelease = ""
|
||||
|
||||
// SemVersion is an instance of version.Version. This has the secondary
|
||||
// benefit of verifying during tests and init time that our version is a
|
||||
|
|
Loading…
Reference in New Issue