diff options
| -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__ |
