Skip to content

Commit 7255b85

Browse files
committed
Release v0.4.2
1 parent e954a1a commit 7255b85

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 0.4.2 - 2019-07-23
44

55
### Fixed
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Para Launcher Activated!
4646
- Desired version: latest (latest is used when no version specified)
4747
- Downloading Para checksums for version 'latest' to '$TMPDIR/para-501/para/latest'
4848
- Downloading Para 'darwin' binary for version 'latest' to '$TMPDIR/para-501/para/latest'
49-
- Starting Para from '$TMPDIR/para-501/para/latest/para_v0.3.2_darwin-amd64'
49+
- Starting Para from '$TMPDIR/para-501/para/latest/para_v0.4.2_darwin-amd64'
5050

5151
------------------------------------------------------------------------
5252

docs/development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ In order to prepare provider binaries for all platforms:
4646
$ make release compress sums
4747
make clean release compress sums
4848
rm -rf ./release ./para
49-
GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.3.2_darwin-amd64'
50-
GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.3.2_linux-amd64'
49+
GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.4.2_darwin-amd64'
50+
GOPROXY="off" GOFLAGS="-mod=vendor" GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o './release/para_v0.4.2_linux-amd64'
5151
upx ./release/*
5252
Ultimate Packer for eXecutables
5353
Copyright (C) 1996 - 2018
5454
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
5555

5656
File size Ratio Format Name
5757
-------------------- ------ ----------- -----------
58-
11470148 -> 4272144 37.25% macho/amd64 para_v0.3.2_darwin-amd64
59-
10602880 -> 3888952 36.68% linux/amd64 para_v0.3.2_linux-amd64
58+
11470148 -> 4272144 37.25% macho/amd64 para_v0.4.2_darwin-amd64
59+
10602880 -> 3888952 36.68% linux/amd64 para_v0.4.2_linux-amd64
6060
-------------------- ------ ----------- -----------
6161
22073028 -> 8161096 36.97% [ 2 files ]
6262

0 commit comments

Comments
 (0)