Skip to content

Commit

Permalink
Bump version to 0.1.1 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gevans committed Mar 19, 2014
1 parent b1d6fd2 commit 462d25e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## pick 0.1.1

* Defaults are exported for `$DISPLAY`, `$GPU_MAX_ALLOC_PERCENT`, and
`$GPU_USE_SYNC_OBJECTS` when they aren't present.

*Gabe Evans*

* Fix `pick-update` to allow changing branches.

*Gabe Evans*

* Fix `pick-use` to allow selection of miners with full version specifiers.

*Gabe Evans*

## pick 0.1.0

* Initial release with support for version switching, installing/uninstalling,
Expand Down
2 changes: 1 addition & 1 deletion libexec/pick---version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set -e
[ -n "$PICK_DEBUG" ] && set -x

version="0.1.0"
version="0.1.1"

if cd "$PICK_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
Expand Down

0 comments on commit 462d25e

Please sign in to comment.