Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit db34bfb

Browse files
author
Erik Hollensbe
committed
version 0.5.7
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent dcdbf64 commit db34bfb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v0.5.7
2+
3+
* Fix an issue copying absolutely pathed symlinks into the container from the
4+
host.
5+
6+
### v0.5.7
7+
8+
* Fix an issue copying absolutely pathed symlinks into the conainer from the
9+
host.
10+
111
### v0.5.6
212

313
* The son of the bride of the environment fix

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# linux/mac installer for box
33
set -e
4-
version=0.5.6
4+
version=0.5.7
55
if [ "$(uname -s)" = "Linux" ]; then
66
arch="linux"
77
else

0 commit comments

Comments
 (0)