Releases: jcouture/nv
2.2.1
Changelog
- 2296bdc Add GitHub Actions Workflow to publish release.
- 369d160 Add a few missing just recipes.
- 4116852 Add another unit test to the parser.
- e991227 Add unit tests to main package.
- 1fd8174 Fix GoReleaser homebrew config and shrink binary.
- cfee75b Fix deprecated flag with GoReleaser.
- 6473e66 Improve the test coverage of the parser.
- 11f0dca Integrate CodeQL to analyze the code.
- 79c0eff Make sure the binaries are properly signed.
- a42a3df Merge pull request #12 from jcouture/feature/2.2.0-release
- ec8f86f Remove UPX to reduce false positive from AV.
- 31485f8 Rename main file to nv.go.
- 730ce7c Reorganize the code for better test coverage.
- 90254ef Replace internal functionality with
env
module. - af1966e Replace usage of make with
just
command runner. - 05b2a73 Set Dependabot version updates up.
- 7dde6cb Tidy the README file up a bit.
- 451d4ea Update the copyright notice.
- bb4e914 Update to Go 1.20.9.
- 30043b5 Update to Golang 1.20+.
2.2.0
Changelog
- 2296bdc Add GitHub Actions Workflow to publish release.
- 369d160 Add a few missing just recipes.
- 4116852 Add another unit test to the parser.
- e991227 Add unit tests to main package.
- 1fd8174 Fix GoReleaser homebrew config and shrink binary.
- cfee75b Fix deprecated flag with GoReleaser.
- 6473e66 Improve the test coverage of the parser.
- 11f0dca Integrate CodeQL to analyze the code.
- 79c0eff Make sure the binaries are properly signed.
- a42a3df Merge pull request #12 from jcouture/feature/2.2.0-release
- ec8f86f Remove UPX to reduce false positive from AV.
- 31485f8 Rename main file to nv.go.
- 730ce7c Reorganize the code for better test coverage.
- 90254ef Replace internal functionality with
env
module. - af1966e Replace usage of make with
just
command runner. - 05b2a73 Set Dependabot version updates up.
- 7dde6cb Tidy the README file up a bit.
- 451d4ea Update the copyright notice.
- bb4e914 Update to Go 1.20.9.
- 30043b5 Update to Golang 1.20+.
2.1.1
Changelog
- 8c1a780 Add a very basic Makefile.
- 578c1a0 Add the copyright notice in
build.go
. - 6c2d635 Adhere to the Reproducible Builds philosophy.
- 2d7a59c Improve usage description.
- 9a66820 Improve “Troubleshooting” section with non-interactive TTY warning
- 87e61dc Isolate environment-related code.
- b93487b Make sure to produce an ARM64 binary on Windows.
- 9a9c97b Merge pull request #11 from jcouture/feature/2.1.1-release
- 4501b9f Merge pull request #9 from remi/feature/improve-troubleshooting-with-tty
- ffab879 Show version number without an error exit code.
- 5500872 Update the copyright notice.
2.1.0
Changelog
f7c3c41 Add info to build from source in the README file.
6136510 Add proper logo copyright notice in README.
de8e7bd Configure GoReleaser to produce more binaries.
25068d8 Format the README file for better consistency.
1b4f453 Freshen the project’s code organization up.
bed45ab Improve README.md content a bit
e00422d Make sure the dist
folder is ignored by git.
26e23af Make sure to produce an ARM binary on Windows.
563a14a Merge pull request #2 from remiprev/feature/readme-improvements
3373707 Merge pull request #5 from jcouture/feature/2.1.0-release
0edc172 Track and display the build date and version.
9b7245b Update README.md.
61e5b6b Update and further enhance the README file.
fd7100a Update the copyright notice.
2.0.0
Changelog
39bdd50 Integrate GoReleaser for easy release management.
dadd5c8 Support a global environment variables file.
548565f Add a dependency on github.com/mitchellh/go-homedir
.
76b51f7 Clear out the environment before loading context specific variables.
20ad358 Add support for multiple environment files.
f9188ed Support commented-out lines in environment files.
490929a Adjust environment file parsing functionality.
3db0715 Update the copyright notice.