We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fc7d42 + 8f4162b commit 75b36b5Copy full SHA for 75b36b5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Rainforest CLI Changelog
2
3
+## 1.6.5 - 13th June 2016
4
+- Exit with non-zero status code when `validate` fails. (8db1d38be39aa50d2afcdef817f78c654b3108b6,
5
+@DyerSituation)
6
+- Increase the amount of folders fetched from API to 100. (7fc7d426c029d35e73fe45712a79b35fda54ad60,
7
8
+
9
## 1.6.4 - 10th June 2016
10
- Add redirects to non-embedded steps that need them as well. (2a5918d1a448f78016587c1711261e90a7be120f,
11
@epaulet)
lib/rainforest/cli/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module RainforestCli
- VERSION = '1.6.4'
+ VERSION = '1.6.5'
end
0 commit comments