Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed Jul 10, 2019
1 parent e8a5e1c commit 3ffb885
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## 0.3.2 - 2019-07-10

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

------------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ 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
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 ]

Expand Down

0 comments on commit 3ffb885

Please sign in to comment.