From 3ffb885ed6e5e901dc18980c17e3aac61d9e9713 Mon Sep 17 00:00:00 2001 From: Borys Pierov Date: Wed, 10 Jul 2019 16:14:21 -0400 Subject: [PATCH] Release v0.3.2 --- CHANGELOG.md | 2 +- README.md | 2 +- docs/development.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b89a8e..a7c3fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 0.3.2 - 2019-07-10 ### Fixed diff --git a/README.md b/README.md index 5846926..ce42629 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Para Launcher Activated! - Desired version: latest (latest is used when no version specified) - Downloading Para checksums for version 'latest' to '$TMPDIR/para-501/para/latest' - Downloading Para 'darwin' binary for version 'latest' to '$TMPDIR/para-501/para/latest' -- Starting Para from '$TMPDIR/para-501/para/latest/para_v0.3.1_darwin-amd64' +- Starting Para from '$TMPDIR/para-501/para/latest/para_v0.3.2_darwin-amd64' ------------------------------------------------------------------------ diff --git a/docs/development.md b/docs/development.md index f2a2273..837068a 100644 --- a/docs/development.md +++ b/docs/development.md @@ -46,8 +46,8 @@ In order to prepare provider binaries for all platforms: $ make release compress sums make clean release compress sums rm -rf ./release ./para -GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.3.0_darwin-amd64' -GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.3.0_linux-amd64' +GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.3.2_darwin-amd64' +GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.3.2_linux-amd64' upx ./release/* Ultimate Packer for eXecutables Copyright (C) 1996 - 2018 @@ -55,8 +55,8 @@ UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018 File size Ratio Format Name -------------------- ------ ----------- ----------- - 11470148 -> 4272144 37.25% macho/amd64 para_v0.3.0_darwin-amd64 - 10602880 -> 3888952 36.68% linux/amd64 para_v0.3.0_linux-amd64 + 11470148 -> 4272144 37.25% macho/amd64 para_v0.3.2_darwin-amd64 + 10602880 -> 3888952 36.68% linux/amd64 para_v0.3.2_linux-amd64 -------------------- ------ ----------- ----------- 22073028 -> 8161096 36.97% [ 2 files ]