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 dc3bf1f commit 64846b8Copy full SHA for 64846b8
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## Version 1.2.0
4
+
5
+*January 26, 2017*
6
7
+**Features**
8
9
+- Added an optional `-d` option to install slate from its dev branch instead of master
10
11
12
## Version 1.1.0
13
14
*October 14, 2016*
lib/slate/installer/version.rb
@@ -1,5 +1,5 @@
module Slate
module Installer
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments