0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Prepare for release

This commit is contained in:
John Gee 2023-10-15 17:33:28 +13:00
parent 0f4997415f
commit 3fd9dcae11
2 changed files with 9 additions and 1 deletions

View File

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] (date goes here)
## [9.2.0] (2023-10-15)
### Added
- `--offline` for resolving target version against cached downloads instead of internet lookup ([#785])
## [9.1.0] (2023-04-15)
### Added
@ -479,10 +485,12 @@ Only minor functional changes, but technically could break scripts relying on sp
[#745]: https://github.com/tj/n/pull/745
[#746]: https://github.com/tj/n/pull/746
[#764]: https://github.com/tj/n/pull/764
[#785]: https://github.com/tj/n/pull/785
<!-- reference links for releases -->
[Unreleased]: https://github.com/tj/n/compare/master...develop
[9.2.0]: https://github.com/tj/n/compare/v9.1.0...v9.2.0
[9.1.0]: https://github.com/tj/n/compare/v9.0.1...v9.1.0
[9.0.1]: https://github.com/tj/n/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/tj/n/compare/v8.2.0...v9.0.0

2
bin/n
View File

@ -61,7 +61,7 @@ function n_grep() {
# Setup and state
#
VERSION="v9.1.1-0"
VERSION="v9.2.0"
N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}