diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfa5e0c..66d7e996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.2] - 2019-05-15 +### Added +- TestDownloadArtifacts. + ### Changed - Restrict testing to linux as docker is omitted on Mac and Windows build in travis. @@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Download all artifacts from a certain Nexus3 repository. -[Unreleased]: https://github.com/030/n3dr/compare/1.0.1...HEAD -[1.0.1]: https://github.com/030/n3dr/releases/tag/1.0.0...1.0.1 +[Unreleased]: https://github.com/030/n3dr/compare/1.0.2...HEAD +[1.0.2]: https://github.com/030/n3dr/compare/1.0.1...1.0.2 +[1.0.1]: https://github.com/030/n3dr/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/030/n3dr/releases/tag/1.0.0 diff --git a/cli/cli_test.go b/cli/cli_test.go index cba99ca9..67ccb1d3 100644 --- a/cli/cli_test.go +++ b/cli/cli_test.go @@ -23,7 +23,6 @@ var n = Nexus3{ // See https://stackoverflow.com/a/34102842/2777965 func TestMain(m *testing.M) { setup() - m.Run() code := m.Run() shutdown() os.Exit(code)