-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions & comment pre-release.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |