We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e952f99 commit 1e39c81Copy full SHA for 1e39c81
CHANGELOG.mkd
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.2.8
4
+- Adds freebsd release binaries
5
+
6
## 0.2.7
7
- Fixes bad handling of escape sequences when ungronning - but properly this time (issue #7)
8
script/release
@@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then
41
fi
42
43
44
-for OS in "darwin" "linux" "windows"; do
+for OS in "darwin" "linux" "windows" "freebsd"; do
45
46
BINFILE="${BINARY}"
47
0 commit comments