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 2019-04-07 16:43:05 +12:00
parent 844450f7f3
commit 834954e1de
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
## [Unreleased] (date goes here)
## [3.0.2] (2019-04-07)
## Fixed
- permission denied errors when running read-only commands without sudo [#416]
## [3.0.1] (2019-04-05)
@ -60,6 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[#367]: https://github.com/tj/n/issues/367
[#391]: https://github.com/tj/n/issues/391
[#400]: https://github.com/tj/n/issues/400
[#416]: https://github.com/tj/n/issues/416
[#441]: https://github.com/tj/n/issues/441
[#448]: https://github.com/tj/n/issues/448
[#466]: https://github.com/tj/n/issues/466
@ -80,5 +85,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- reference links for releases -->
[Unreleased]: https://github.com/tj/n/compare/master...develop
[3.0.2]: https://github.com/tj/n/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/tj/n/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/tj/n/compare/v2.1.12...v3.0.0

2
bin/n
View File

@ -4,7 +4,7 @@
# Setup.
#
VERSION="3.0.1"
VERSION="3.0.2"
N_PREFIX=${N_PREFIX-/usr/local}
BASE_VERSIONS_DIR=$N_PREFIX/n/versions