Skip to content

Commit

Permalink
Bump versions & comment pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Aug 7, 2024
1 parent 17ffa65 commit 0e7b3b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cligen.nimble
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Package
version = "1.7.2"
version = "1.7.3"
author = "Charles Blake"
description = "Infer & generate command-line interface/option/argument parser"
license = "MIT/ISC"

# Deps
requires "nim >= 0.20.2"
# NOTE: c-blake runs test.sh (OR gmake RUNNING test/) ON NIM BACK TO 0.20.2 EVEN
# ON NEW RELEASES OF cligen, *BUT* MUCH HELPER LIBRARY CODE NEEDS NEWER NIM IN
# SOME WAY. IF YOU USE SUCH LIBRARY CODE AND USE AN OLDER NIM AND WOULD LIKE
# SOMETHING SPECIFIC TO WORK, RAISE AN ISSUE OR EVEN BETTER A PR.
# NOTE: c-blake runs test.sh (OR gmake test) ON NIM BACK TO 0.20.2 EVEN ON NEW
# RELEASES OF cligen, *BUT* MUCH HELPER LIBRARY CODE NEEDS NEWER Nim. IF YOU
# USE SUCH LIBRARY CODE AND USE AN OLDER Nim AND WOULD LIKE SOMETHING SPECIFIC
# TO WORK, RAISE AN ISSUE OR EVEN BETTER A PR.

skipDirs = @["test"]

0 comments on commit 0e7b3b3

Please sign in to comment.