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

Commit

Permalink
Release version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyletang committed Mar 22, 2022
1 parent c0e96d1 commit 81665ff
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,36 @@
## Unreleased (0.14.0)

### 🚨 Breaking changes
- [504](https://github.com/vegaprotocol/vegawallet/pull/504) - Add support for proof of work sent from the wallet as part of a transaction
- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Flag `--level` in service run removed
- [](https://github.com/vegaprotocol/vegawallet/pull/) -

### 🗑️ Deprecation
- [](https://github.com/vegaprotocol/vegawallet/pull/) -

### 🛠 Improvements
- [508](https://github.com/vegaprotocol/vegawallet/issues/508) - Introduce a command to list the service endpoints
- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Redirect logs from command service run to a file
- [516](https://github.com/vegaprotocol/vegawallet/issues/516) - Update protos for market update proposal
- [](https://github.com/vegaprotocol/vegawallet/pull/) -

### 🔥 Removal
- [](https://github.com/vegaprotocol/vegawallet/pull/) -

### 🐛 Fixes
- [](https://github.com/vegaprotocol/vegawallet/pull/) -


## 0.13.2

### 🚨 Breaking changes
- [504](https://github.com/vegaprotocol/vegawallet/pull/504) - Add support for proof of work sent from the wallet as part of a transaction
- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Flag `--level` in service run removed

### 🛠 Improvements
- [508](https://github.com/vegaprotocol/vegawallet/issues/508) - Introduce a command to list the service endpoints
- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Redirect logs from command service run to a file
- [516](https://github.com/vegaprotocol/vegawallet/issues/516) - Update protos for market update proposal

### 🐛 Fixes
- [502](https://github.com/vegaprotocol/vegawallet/pull/502) - Unwrap properly transfer and cancel transfer commands


## 0.13.1

### 🛠 Improvements
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module code.vegaprotocol.io/vegawallet
go 1.17

require (
code.vegaprotocol.io/protos v0.49.3-0.20220318134118-b50784501b9d
code.vegaprotocol.io/protos v0.49.3
code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533
github.com/blang/semver/v4 v4.0.0
github.com/cenkalti/backoff/v4 v4.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ 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.49.3-0.20220318134118-b50784501b9d h1:Kh7GQgO/OMyG5CxJM/Znb4gy7yKLQDZriWaCrzoU9TY=
code.vegaprotocol.io/protos v0.49.3-0.20220318134118-b50784501b9d/go.mod h1:K6FWDdxWzEgZjz2G1f8gmrSPMey720ryHnzNRn1pW7w=
code.vegaprotocol.io/protos v0.49.3 h1:hKFrfsMaoRHJNeOjJ1cTkyltmkZGc17m9F2r+84d3jE=
code.vegaprotocol.io/protos v0.49.3/go.mod h1:K6FWDdxWzEgZjz2G1f8gmrSPMey720ryHnzNRn1pW7w=
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=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
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.13.1"
defaultVersion = "v0.13.2"
)

var (
Expand Down

0 comments on commit 81665ff

Please sign in to comment.