You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
## 0.12.1 (Unreleased)
1
+
## 0.12.1 (June 3, 2019)
2
2
3
3
BUG FIXES:
4
4
5
-
* core: Always try to select a workspace after initialization [GH-21234]
6
-
* command/show: fix inconsistent json output causing a panic [GH-21541]
7
-
* config: `distinct` function no longer panics when given an empty list [GH-21538]
8
-
* config: Don't panic when a `version` constraint is added to a module that was previously initialized without one [GH-21542]
9
-
* config: `matchkeys` function argument type checking will no longer fail incorrectly during validation [GH-21576]
10
-
* backend/local: Don't panic if an instance in the state only has deposed instances, and no current instance [GH-21575]
5
+
* core: Always try to select a workspace after initialization ([#21234](https://github.com/hashicorp/terraform/issues/21234))
6
+
* command/show: fix inconsistent json output causing a panic [[#21541](https://github.com/hashicorp/terraform/issues/21541)]
7
+
* config: `distinct` function no longer panics when given an empty list ([#21538](https://github.com/hashicorp/terraform/issues/21538))
8
+
* config: Don't panic when a `version` constraint is added to a module that was previously initialized without one ([#21542](https://github.com/hashicorp/terraform/issues/21542))
9
+
* config: `matchkeys` function argument type checking will no longer fail incorrectly during validation ([#21576](https://github.com/hashicorp/terraform/issues/21576))
10
+
* backend/local: Don't panic if an instance in the state only has deposed instances, and no current instance ([#21575](https://github.com/hashicorp/terraform/issues/21575))
0 commit comments