Skip to content

Commit 37173df

Browse files
committed
Release v0.5.2
Release a new version to have goreleaser publish a new formula. This will resolve the following issue in the Homebrew formula. ``` Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the abhinav/tap tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/abhinav/homebrew-tap/restack.rb:10 ```
1 parent 9100a80 commit 37173df

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Releases
22
========
33

4+
v0.5.2 (2021-10-28)
5+
-------------------
6+
7+
- Homebrew formula: Conform to new format.
8+
9+
410
v0.5.1 (2021-09-18)
511
-------------------
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For example, if you have `$HOME/bin` on your `$PATH`,
2121

2222
OS=$(uname -s)
2323
ARCH=$(uname -m)
24-
VERSION=0.5.1
24+
VERSION=0.5.2
2525
URL="https://github.com/abhinav/restack/releases/download/v$VERSION/restack_${VERSION}_${OS}_${ARCH}.tar.gz"
2626
curl -L "$URL" | tar xzv -C ~/bin restack
2727

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package restack
55
// Note that semantic versioning in this repository applies to the `restack`
66
// executable, not to its library components. These APIs may break at any
77
// time without warning.
8-
const Version = "0.5.1"
8+
const Version = "0.5.2"

0 commit comments

Comments
 (0)