Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jan 8, 2022
1 parent eff4dd4 commit f5fd003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- markdownlint-disable MD024 -->

## [Unreleased] (date goes here)
## [8.0.2] (2022-01-09)

## [8.0.1] (2011-12-04)
### Fixed

- improved warning message when utility location hash may be holding old location to cover a wider range of shells including dash ([#707])

## [8.0.1] (2021-12-04)

### Fixed

Expand Down Expand Up @@ -431,10 +435,12 @@ Only minor functional changes, but technically could break scripts relying on sp
[#693]: https://github.com/tj/n/issues/693
[#697]: https://github.com/tj/n/issues/697
[#701]: https://github.com/tj/n/issues/701
[#707]: https://github.com/tj/n/issues/707

<!-- reference links for releases -->

[Unreleased]: https://github.com/tj/n/compare/master...develop
[8.0.2]: https://github.com/tj/n/compare/v8.0.1...v8.0.2
[8.0.1]: https://github.com/tj/n/compare/v8.0.0...v8.0.1
[8.0.0]: https://github.com/tj/n/compare/v7.5.0...v8.0.0
[7.5.0]: https://github.com/tj/n/compare/v7.4.1...v7.5.0
Expand Down
2 changes: 1 addition & 1 deletion bin/n
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function n_grep() {
# Setup and state
#

VERSION="v8.0.2-0"
VERSION="v8.0.2"

N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}
Expand Down

0 comments on commit f5fd003

Please sign in to comment.