Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jul 5, 2024
1 parent 958303b commit 1ba7c77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
----------------------------------------

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down
2 changes: 1 addition & 1 deletion op.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ba7c77

Please sign in to comment.