Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #583 from vegaprotocol/release/v0.16.0
Browse files Browse the repository at this point in the history
Release version 0.16.0
  • Loading branch information
jeremyletang authored Jun 15, 2022
2 parents a72dd2f + 16ba5d4 commit d57b33e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased (0.16.0)
## Unreleased (0.17.0)

### 🚨 Breaking changes
- [](https://github.com/vegaprotocol/vegawallet/pull/) -
Expand All @@ -17,6 +17,12 @@
### 🐛 Fixes
- [](https://github.com/vegaprotocol/vegawallet/pull/) -

## 0.16.0

### 🐛 Fixes
- [575](https://github.com/vegaprotocol/vegawallet/pull/575) - Fix broken docs links in readme
- [579](https://github.com/vegaprotocol/vegawallet/pull/579) - Ensure the wallet doesn't recommend upgrade to pre-release version

## 0.15.1

### 🐛 Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ Read more at [https://vega.xyz][vega-website].

[vega-website]: https://vega.xyz
[vega-documentation-website]: https://docs.vega.xyz
[vega-documentation-website-create-wallet]: https://docs.vega.xyz/docs/tools/vega-wallet/CLI-wallet/create-wallet
[vega-wallet-documentation-website]: https://docs.vega.xyz/docs/tools/vega-wallet/
[vega-wallet-desktop-getting-started]: https://docs.vega.xyz/docs/tools/vega-wallet/desktop-app/latest/getting-started
[vega-documentation-website-create-wallet]: https://docs.vega.xyz/docs/mainnet/tools/vega-wallet/desktop-app/latest/getting-started
[vega-wallet-documentation-website]: https://docs.vega.xyz/docs/mainnet/tools/vega-wallet/
[vega-wallet-desktop-getting-started]: https://docs.vega.xyz/docs/mainnet/tools/vega-wallet/desktop-app/latest/getting-started
[feedback]: https://github.com/vegaprotocol/feedback/discussions/
[discord]: https://vega.xyz/discord
[github-releases]: https://github.com/vegaprotocol/vegawallet/releases
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module code.vegaprotocol.io/vegawallet
go 1.17

require (
code.vegaprotocol.io/protos v0.51.1-0.20220517145005-fc5e0192af7c
code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533
code.vegaprotocol.io/protos v0.52.0
code.vegaprotocol.io/shared v0.0.0-20220614080106-5c97205b0d92
github.com/blang/semver/v4 v4.0.0
github.com/cenkalti/backoff/v4 v4.1.2
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0Zeo
cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
code.vegaprotocol.io/protos v0.51.1-0.20220517145005-fc5e0192af7c h1:UtDLlSEiMHY8gNb4nHtJWhN59mu5GPXVymdAJ7UrQJ0=
code.vegaprotocol.io/protos v0.51.1-0.20220517145005-fc5e0192af7c/go.mod h1:4BqwDw6jhc/mnwbXq8ZFUtYBFCnk8tBW6zuPsBt8OrQ=
code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533 h1:IxTWvyF0i0AgUAS+FTgQKIpbsS6Ki/Y9Ug0GSlgChJw=
code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533/go.mod h1:pNHKwqRDkotUN0s6jErl7Eb2EpZa2HAf03lyPMTCUT0=
code.vegaprotocol.io/protos v0.51.2-0.20220613090029-59599245eb97 h1:FZfCYPAvt/n1nYYJ/MS2APU36sJ3JLkX35KUzQMm1Vo=
code.vegaprotocol.io/protos v0.51.2-0.20220613090029-59599245eb97/go.mod h1:4BqwDw6jhc/mnwbXq8ZFUtYBFCnk8tBW6zuPsBt8OrQ=
code.vegaprotocol.io/protos v0.52.0 h1:g0V1wThTy6Mc9nE3AFcLJnMHrBe4mg3xmvTUhnXfd4s=
code.vegaprotocol.io/protos v0.52.0/go.mod h1:4BqwDw6jhc/mnwbXq8ZFUtYBFCnk8tBW6zuPsBt8OrQ=
code.vegaprotocol.io/shared v0.0.0-20220614080106-5c97205b0d92 h1:BjS0uyoTUFgbBNY3clzSj0fDA1rAPLsV5dNMwfpvSNg=
code.vegaprotocol.io/shared v0.0.0-20220614080106-5c97205b0d92/go.mod h1:pNHKwqRDkotUN0s6jErl7Eb2EpZa2HAf03lyPMTCUT0=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.0.0 h1:dtDWrepsVPfW9H/4y7dDgFc2MBUSeJhlaDtK13CxFlU=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
ReleasesAPI = "https://api.github.com/repos/vegaprotocol/vegawallet/releases"
ReleasesURL = "https://github.com/vegaprotocol/vegawallet/releases"
defaultVersionHash = "unknown"
defaultVersion = "v0.15.1"
defaultVersion = "v0.16"
)

var (
Expand Down

0 comments on commit d57b33e

Please sign in to comment.