diff options
author | Nick Gerace <nickagerace@gmail.com> | 2021-09-15 22:40:22 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2021-09-15 22:48:20 -0400 |
commit | fc1c143e2d8f9d518ce3f479942b78939a99a9f2 (patch) | |
tree | 87d44d06c0cb72927569ee3bd70215f2a5fd17af /CHANGELOG.md | |
parent | 6c3a22d302d9daea0b4f142facdd6afefdc8b95f (diff) | |
download | gfold-fc1c143e2d8f9d518ce3f479942b78939a99a9f2.zip |
Convert library-driven structure to application-driven
Convert library-driven structure to application-driven. Remove library.
Remove EXTRA and DEVELOPING files. Move remaining docs to root. Create
types file in favor of types within modules. Add tag workflow for
prereleases and releases without artifacts. Remove Config struct for
Driver.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 880ba3c..beb90e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -The latest version contains all changes. +<!-- The latest version contains all changes. --> + +### Added + +- Visible alias for `no-color` flag to use (now, its full name can be used) + +### Changed + +- Entire structure from library-driven to application-internal +- Primary CLI crate from StructOpt to Clap v3 (beta) + +### Removed + +- `lib.rs` and the crate's library-driven structure ## [1.4.1] - 2021-08-02 |