Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Nov 13, 2012
1 parent d36206f commit e1b35a2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@

0.3.0 / 2012-11-13
==================

* changed repo back
* Merge pull request #2 from visionmedia/master
* fix `restart NAME`. Closes #2
* change SIGTERM to SIGQUIT
* switch repos for now
* add trailing newline to -h output
* move -R
* add -R to less
* remove redundant command
* add $REPO
* change restart to be a combo of stop/start
* add nicer looking start / stop output
* fix stat() in start
* fix stat() failure when pidfile is not present
* add `status` default
* ws
* refactor
* refactor
* refactor
* refactor
* add prevention of multple starts
* remove redundant version function
* send kill output to /dev/null
* add padding for status output
* add some padding to output
* docs

0.2.0 / 2012-05-14
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/mongroup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.2.0"
VERSION="0.3.0"
CONFIG=./mongroup.conf
REPO=git://github.com/jgallen23/mongroup.git
PIDS=./pids
Expand Down

0 comments on commit e1b35a2

Please sign in to comment.