0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 19:46:56 +01:00

Prepare for release

This commit is contained in:
John Gee 2019-05-04 20:00:51 +12:00
parent af1f7fe75e
commit 6b2437e1df

View File

@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
## [Unreleased]
## [4.0.0]
Only minor functional changes, but technically could break scripts relying on specific behaviour.
### Fixed
- remove trailing space from `bin` output [#456]
### Added
- development tests [#545]
### Changed
- internal: improve shell script based on ShellCheck suggestions, quoting variables use etc [#187] [#465]
@ -99,6 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[#534]: https://github.com/tj/n/issues/534
[#536]: https://github.com/tj/n/issues/536
[#541]: https://github.com/tj/n/issues/541
[#545]: https://github.com/tj/n/issues/545
[#548]: https://github.com/tj/n/issues/548
[#562]: https://github.com/tj/n/issues/562