Skip to content

Commit 1558b8f

Browse files
committed
Cut version 0.3.4
1 parent f9833d3 commit 1558b8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Terraform Landscape Change Log
22

3+
## 0.3.4
4+
5+
* Fix syntax errors when running on Ruby 3
6+
37
## 0.3.3
48

59
* Fix handling of Windows newlines in preprocessing step

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.3.3'.freeze
5+
VERSION = '0.3.4'.freeze
66
end

0 commit comments

Comments
 (0)