Skip to content

Commit

Permalink
Add CHANGELOG for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schinkel committed Jan 9, 2023
1 parent 9a99921 commit 2b1dbce
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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).

<!--TEMPLATE
## [Unreleased]

### Added

- Added

### Changed

- Changed

### Deprecated

- Deprecated

### Removed

- Removed

### Fixed

- Fixed

### Security

- Security

-->

## [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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b1dbce

Please sign in to comment.