From 2b1dbce97851b15ef26f61b9783853c416f266ce Mon Sep 17 00:00:00 2001 From: Mike Schinkel Date: Sun, 8 Jan 2023 20:28:47 -0500 Subject: [PATCH] Add CHANGELOG for 1.0.1 --- CHANGELOG | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..2fad23c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,52 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## [1.0.1] - 2023-01-07 + +### Fixed + +- Fixed bug in bash_macros_add() when adding from history that included history number in command. + +## [1.0.0] - 2023-01-07 + +### Added + +- Initial release. + +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/mikeschinkel/bash-macros/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/mikeschinkel/bash-macros/releases/tag/v0.0.1 + diff --git a/README.md b/README.md index fe2886f..52d15d8 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ You must have [Git](https://git-scm.com/) installed and in your `$PATH`. From your Bash terminal command line, run this command: ``` -source <(curl -sL https://raw.githubusercontent.com/mikeschinkel/bash-macros/v1.0.0/install.sh) +source <(curl -sL https://raw.githubusercontent.com/mikeschinkel/bash-macros/v1.0.1/install.sh) ``` -Here is a [**link to the installer**](https://raw.githubusercontent.com/mikeschinkel/bash-macros/v1.0.0/install.sh) for your pre-installation inspection. +Here is a [**link to the installer**](https://raw.githubusercontent.com/mikeschinkel/bash-macros/v1.0.1/install.sh) for your pre-installation inspection. ## To Uninstall