Skip to content

Commit 7e4550d

Browse files
committed
Cut version 0.3.0
1 parent 52a95ff commit 7e4550d

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,6 +1,6 @@
11
# Terraform Landscape Change Log
22

3-
## master (unreleased)
3+
## 0.3.0
44

55
* Display original Terraform output when Landscape encounters an unhandled exception
66
* Drop dependency on `string_undump` gem in favor of built in `String#undump` method

lib/terraform_landscape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module TerraformLandscape
5-
VERSION = '0.2.2'.freeze
5+
VERSION = '0.3.0'.freeze
66
end

0 commit comments

Comments
 (0)