From b2d0186925cbc9ddd9c83c58f2558c82b280fdda Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Fri, 25 Oct 2019 17:48:10 -0400 Subject: [PATCH] 1.7.7: straddle csize --- README.md | 7 +++---- bump.nimble | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5b49b6..412ce74 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ It just **bumps** the value of the `version` in your `.nimble` file, commits it, For an explanation of the "social contract" that is semantic versioning, see https://semver.org/ -**Note:** I only test bump on Linux, but I'm not aware of any platform-specific -code in the tool. - -**Note:** I only test bump on `git v2.23.0` and bump does not work on `git v2.17.0` due to missing `git branch --show-current`. This will be fixed presently. +**Note:** I only test bump on Linux against `git v2.23.0`, but I'm not aware +of any platform-specific code in the tool and bump seems to work against `git +v2.17.0`. ## Usage diff --git a/bump.nimble b/bump.nimble index 13c7f91..7beabe7 100644 --- a/bump.nimble +++ b/bump.nimble @@ -1,8 +1,8 @@ -version = "1.7.6" +version = "1.7.7" author = "disruptek" description = "a tiny tool to bump nimble versions" license = "MIT" requires "nim >= 0.20.0" -requires "cligen >= 0.9.39" +requires "cligen >= 0.9.40" bin = @["bump"]