diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8b85f..7fc3c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ -Change Log +Changelog ======================================== +v0.7.14 - 2024-07-05 +---------------------------------------- + +- Setup: Fix bash completions on mac [`b90001b`](https://github.com/DannyBen/rush-cli/commit/b90001b) +- Regenerate with bashly 1.2.0 [`5bbb836`](https://github.com/DannyBen/rush-cli/commit/5bbb836) +- Compare [`v0.7.13..v0.7.14`](https://github.com/dannyben/rush-cli/compare/v0.7.13..v0.7.14) + + v0.7.13 - 2024-01-05 ---------------------------------------- diff --git a/README.md b/README.md index 68af8e7..83cf6e6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ _ / /_/ \__,_/ /____/ /_/ /_/ /_/ Personal Package Manager ``` -![Version](https://img.shields.io/badge/version-0.7.13-blue.svg) [![Build Status](https://github.com/DannyBen/rush-cli/workflows/Test/badge.svg)](https://github.com/DannyBen/rush-cli/actions?query=workflow%3ATest) --- diff --git a/op.conf b/op.conf index fb45c2b..b2446e5 100644 --- a/op.conf +++ b/op.conf @@ -28,7 +28,7 @@ man: bashly render :mandoc doc ## Release version: - sed -i "s/$(rush --version)/$1/g" README.md src/bashly.yml + sed -i "s/$(rush --version)/$1/g" src/bashly.yml bashly g git commit -am "version bump $1" git tag v$1