Skip to content

Commit

Permalink
0.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed May 7, 2021
1 parent 72e119f commit df02738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.

## [0.6.8] - 2021-05-07
- [#110](https://github.com/boltops-tools/terraspace/pull/110) fix popen deadlock with large amounts of output [#97](https://github.com/boltops-tools/terraspace/pull/97) Terraspace hangs when TF_LOG=TRACE environment variable exists #97

## [0.6.7] - 2021-05-05
- [#108](https://github.com/boltops-tools/terraspace/pull/108) provide runner context to terraspace hook

Expand Down
2 changes: 1 addition & 1 deletion lib/terraspace/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Terraspace
VERSION = "0.6.7"
VERSION = "0.6.8"
end

0 comments on commit df02738

Please sign in to comment.