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 2024-04-21 12:33:23 +12:00
parent 8974241cbe
commit 010f060b7b
2 changed files with 7 additions and 2 deletions

View File

@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable MD024 -->
## [9.2.2] (2024-04-21)
## [9.2.3] (2024-04-21)
### Fixed
- avoid problems with `curl` 8.7.1 and `--compressed` by removing option until fixed
## [9.2.2] (2024-04-21)
(No changes.)
## [9.2.1] (2024-02-25)
### Fixed
@ -504,6 +508,7 @@ Only minor functional changes, but technically could break scripts relying on sp
<!-- reference links for releases -->
[Unreleased]: https://github.com/tj/n/compare/master...develop
[9.2.3]: https://github.com/tj/n/compare/v9.2.2...v9.2.3
[9.2.2]: https://github.com/tj/n/compare/v9.2.1...v9.2.2
[9.2.1]: https://github.com/tj/n/compare/v9.2.0...v9.2.1
[9.2.0]: https://github.com/tj/n/compare/v9.1.0...v9.2.0

2
bin/n
View File

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