diff --git a/Makefile b/Makefile index df02413..b048035 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test: go test release: - GOOS=linux GOARCH=amd64 go build -ldflags "$(LDFLAGS)" -o goenvtemplator-amd64 + GOOS=linux GOARCH=amd64 go build -ldflags "$(LDFLAGS)" -o goenvtemplator-amd64 tar -cJf goenvtemplator.tar.xz goenvtemplator-amd64 tar -tvf goenvtemplator.tar.xz diff --git a/debian/changelog b/debian/changelog index cc8ea5b..8189d32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +goenvtemplator (2.0.0~rc4) Seznam; urgency=medium + + * DEPRECATION: require built-in function is now deprecated; use required built-in instead. + * Added required built-in function (same as helm). + * Added envall built-in function. + * Added -delim-left and -delim-right options. + * Updated godotenv version. + + -- Tomas Dohnalek Wed, 17 Oct 2018 08:54:20 +0200 + goenvtemplator (2.0.0~rc3) Seznam; urgency=medium * Binary name changed to goenvtemplator2 to support dual installation of both major versions.