Skip to content

Commit f5fd003

Browse files
committed
Prepare for release
1 parent eff4dd4 commit f5fd003

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- markdownlint-disable MD024 -->
99

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

12-
## [8.0.1] (2011-12-04)
12+
### Fixed
13+
14+
- improved warning message when utility location hash may be holding old location to cover a wider range of shells including dash ([#707])
15+
16+
## [8.0.1] (2021-12-04)
1317

1418
### Fixed
1519

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

435440
<!-- reference links for releases -->
436441

437442
[Unreleased]: https://github.com/tj/n/compare/master...develop
443+
[8.0.2]: https://github.com/tj/n/compare/v8.0.1...v8.0.2
438444
[8.0.1]: https://github.com/tj/n/compare/v8.0.0...v8.0.1
439445
[8.0.0]: https://github.com/tj/n/compare/v7.5.0...v8.0.0
440446
[7.5.0]: https://github.com/tj/n/compare/v7.4.1...v7.5.0

bin/n

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function n_grep() {
6161
# Setup and state
6262
#
6363

64-
VERSION="v8.0.2-0"
64+
VERSION="v8.0.2"
6565

6666
N_PREFIX="${N_PREFIX-/usr/local}"
6767
N_PREFIX=${N_PREFIX%/}

0 commit comments

Comments
 (0)