Skip to content

Commit

Permalink
Adds freebsd to release OS list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Aug 3, 2016
1 parent e952f99 commit 1e39c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.8
- Adds freebsd release binaries

## 0.2.7
- Fixes bad handling of escape sequences when ungronning - but properly this time (issue #7)

Expand Down
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then
fi


for OS in "darwin" "linux" "windows"; do
for OS in "darwin" "linux" "windows" "freebsd"; do

BINFILE="${BINARY}"

Expand Down

0 comments on commit 1e39c81

Please sign in to comment.