From 9f4d85e7073842344f694e0de4cdfa6f7b261309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20P=C4=99czkowski?= Date: Sun, 24 Mar 2024 15:29:09 +0100 Subject: [PATCH] Update README.md with release information --- README.md | 9 +++++---- Taskfile.yml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd34bc4..39d2279 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,14 @@ By default, the config file is searched for in `[HOME_DIR]./config/grm/config.ya ### Commands -| command | Description | -|---------|-------------| -| sync | Fetches changes from repositories or pulls a repository if one does not exist. -| status | Get repository information - what is the current branch, how many commits are above and behind it for each remote. +| command | Description | +|---------|--------------------------------------------------------------------------------------------------------------------| +| sync | Fetches changes from repositories or pulls a repository if one does not exist. | +| status | Get repository information - what is the current branch, how many commits are above and behind it for each remote. | ## Changelog +- 0.3.2 3rd party security libs update - 0.3.1 Upgrade to Go 1.19 - 0.3.0 Adding the ability to limit actions to repositories containing a given name or tags - 0.2.0 Add status command - get information about the current status in the repository diff --git a/Taskfile.yml b/Taskfile.yml index 3431ee5..bc8d544 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -18,4 +18,4 @@ tasks: deps: - build cmds: - - go install . \ No newline at end of file + - go install .