We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9833d3 commit 1558b8fCopy full SHA for 1558b8f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Terraform Landscape Change Log
2
3
+## 0.3.4
4
+
5
+* Fix syntax errors when running on Ruby 3
6
7
## 0.3.3
8
9
* Fix handling of Windows newlines in preprocessing step
lib/terraform_landscape/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module TerraformLandscape
- VERSION = '0.3.3'.freeze
+ VERSION = '0.3.4'.freeze
end
0 commit comments