Skip to content
Snippets Groups Projects
Commit 11925032 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Release 1.3

parent 310a7c48
No related branches found
No related tags found
No related merge requests found
2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
* Release 1.3
* Hide hook execution unless verbose is set
* Ancher ignore file to root of Git repo
* Implemented basename() to save one process spawn
* Improve packaged Zsh completion
* Renamed `vcsh setup` to `vcsh upgrade`
* Various documentation and spelling improvements
2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com> 2013-04-21 Richard Hartmann <richih.mailinglist@gmail.com>
* Release 1.2 * Release 1.2
......
...@@ -24,7 +24,7 @@ basename() { ...@@ -24,7 +24,7 @@ basename() {
} }
SELF=$(basename $0) SELF=$(basename $0)
VERSION='1.2' VERSION='1.3'
fatal() { fatal() {
echo "$SELF: fatal: $1" >&2 echo "$SELF: fatal: $1" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment