-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
cl-# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog], | ||
and this project adheres to [Semantic Versioning]. | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- Regex to parse version string from a larger string, and allowing for optional path number | ||
- Parse function that takes a string and returns a semver.VersionInfo object | ||
- Verify function that takes a expected version and a version requirement and returns a tuple with boolean and the observed version | ||
- get_version function that takes a path to a tool and a version flag and returns the version string | ||
- verify_from_config function that takes a path to a config file in YAML format, and checks each tool's version against the requirements. This is the main function of the library | ||
- README.md | ||
- Example code to show how to use the library | ||
|