Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 5, 2020
1 parent 6a4f782 commit 459085d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release 0.1.11 (2020-10-05)
=====

* Don't fetch in new sessions while cloning
* Clean up update screen
* Exception catching:
* When user enters branch for fork switch without the -b flag
* KeyboardInterrupt exception while cloning

Release 0.1.10 (2020-08-28)
=====

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COMMUNITY_BASHRC_PATH=/data/community/.bashrc
OH_MY_COMMA_PATH=/data/community/.oh-my-comma
GIT_BRANCH_NAME=master
GIT_REMOTE_URL=https://github.com/emu-sh/.oh-my-comma.git
OMC_VERSION=0.1.10
OMC_VERSION=0.1.11

install_echo() { # only prints if not updating
if [ "$update" != true ]; then
Expand Down

0 comments on commit 459085d

Please sign in to comment.