diff options
| author | Teddy Wing | 2018-02-12 23:08:32 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-02-12 23:08:32 +0100 |
| commit | d6de8dfbbb0a6e5486d8a2143e90b14d13c9e803 (patch) | |
| tree | a38a65c3fa82f0fe11de9e8eb56d41689a886f56 | |
| parent | 92ee803c03da90a5744791f85671568b46a2404b (diff) | |
| download | harvester-d6de8dfbbb0a6e5486d8a2143e90b14d13c9e803.tar.bz2 | |
Increase version v0.0.1 -> v0.1.0v0.1.0
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rwxr-xr-x | harvester | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ CHANGELOG ========= +v0.1.0 (2018-02-12): + * Implement the `--list-modules` flag + * Add a `--version` flag + v0.0.1 (2018-01-31): Initial public release. @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Harvester. If not, see <http://www.gnu.org/licenses/>. -VERSION='0.0.1' +VERSION='0.1.0' function print_usage () { cat 1>&2 <<__EOF__ |
