From 476da14f2599b25dfce706a5af6cf05ff9124964 Mon Sep 17 00:00:00 2001 From: Kelsey Mwongeli Date: Sat, 24 Feb 2024 17:11:37 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bc7d5..5643e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,40 @@ -# Changelog - -## [2.0.2] - 2023-08-01 - -- Allow use of flags at any point in arguments, not just the beginning -- Use keyed fields in `errors.GenericError` struct literals -- Update packages -- Use cloud image source for banner in README - -## [2.0.1] - 2022-09-30 - -- Minor code refactors -- Add `install` target to makefile -- Remove third level headings from changelog - -## [2.0.0] - 2022-09-23 - -- Remove trailing newline from scanned password -- Use `ReadPassword` function from `term` package to read password -- Change password type from string to []byte -- Bring `colour` package more inline with ANSI escape codes -- Use byte escape sequence in `colour` - -## [1.2.0] - 2022-09-18 - -- Add `errors` package to contain all errors -- Add "Error" suffix to names of all errors - -## [1.1.0] - 2022-09-13 - -- Add version flag - -## [1.0.0] - 2022-09-10 - -- First stable release +# Changelog + +## [2.0.3] - 2024-02-24 + +- Rewrite colour package to use functions from fatih/color for terminal + agnosticness + +## [2.0.2] - 2023-08-01 + +- Allow use of flags at any point in arguments, not just the beginning +- Use keyed fields in `errors.GenericError` struct literals +- Update packages +- Use cloud image source for banner in README + +## [2.0.1] - 2022-09-30 + +- Minor code refactors +- Add `install` target to makefile +- Remove third level headings from changelog + +## [2.0.0] - 2022-09-23 + +- Remove trailing newline from scanned password +- Use `ReadPassword` function from `term` package to read password +- Change password type from string to []byte +- Bring `colour` package more inline with ANSI escape codes +- Use byte escape sequence in `colour` + +## [1.2.0] - 2022-09-18 + +- Add `errors` package to contain all errors +- Add "Error" suffix to names of all errors + +## [1.1.0] - 2022-09-13 + +- Add version flag + +## [1.0.0] - 2022-09-10 + +- First stable release