We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a95ff commit 7e4550dCopy full SHA for 7e4550d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Terraform Landscape Change Log
2
3
-## master (unreleased)
+## 0.3.0
4
5
* Display original Terraform output when Landscape encounters an unhandled exception
6
* Drop dependency on `string_undump` gem in favor of built in `String#undump` method
lib/terraform_landscape/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module TerraformLandscape
- VERSION = '0.2.2'.freeze
+ VERSION = '0.3.0'.freeze
end
0 commit comments