Skip to content

Releases: sonatype-nexus-community/nancy

v0.1.0

27 Feb 03:24
Compare
Choose a tag to compare

Changelog

6c3c64f Add in Nancy context
225700a Avoid copying a lock by value, which is invalid. (#59)
c265fb0 GoReleaser (#80)
6173075 Nancy uses Nexus IQ Server, the journey (#68)
e5ac27c Removing noColor option (#73)
0c802f8 Tidy

v0.0.44

25 Feb 19:13
a4c8208
Compare
Choose a tag to compare
Update Readme.md to have new Nancy Gitter channel (#81)

I've got the power

v0.0.43

24 Feb 19:30
b1ec4f9
Compare
Choose a tag to compare
Multi format output (#57)

💥

v0.0.42

21 Feb 17:02
9ae19b1
Compare
Choose a tag to compare
cli: add flag to delete local cache directory (#77)

* cli: add flag to delete local cache directory

* docs: update cli flag

v0.0.41

23 Jan 16:30
Compare
Choose a tag to compare
audit: newline to seperate vulnerable dependency (#74)

💥

v0.0.40

04 Jan 20:36
3a3e621
Compare
Choose a tag to compare
Merge pull request #67 from zendern/cleanup-dep-for-good

Clean up dep artifacts from project root

v0.0.39

09 Dec 18:14
Compare
Choose a tag to compare
Making other log calls quieter, if requested (#39)

🥇

v0.0.38

09 Dec 18:11
Compare
Choose a tag to compare
Allow comments (#55)

:zendern:

v0.0.37

09 Dec 11:37
Compare
Choose a tag to compare
Fix curl command in README (#63)

-O sets the remote name, -o is needed to set output location

v0.0.36

20 Nov 16:17
Compare
Choose a tag to compare
Fix CGO_ENABLED some times releasing (#56)

See here
https://docs.travis-ci.com/user/environment-variables/#defining-multiple-variables-per-item

To have these not spin up multiple builds you must define them all on
the same line. When they are multiple builds it is a crapshoot as far as
which one gets released b/c its first one wins and that is not
consistent.