Skip to content

Commit

Permalink
chore: release 0.12.0 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrussell36 authored Apr 23, 2023
2 parents 08d5906 + 2795b0b commit a999ec5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 0.11.4
## 0.12.0

Support for vega v0.71.0.

Support for vega v0.71.0
## 0.11.4

### 🛠 Improvements

Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (

// Version specifies the version used to build the application.
// See VERSION in Makefile for details.
Version = "v0.11.4"
Version = "v0.12.0"

About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash)
)
Expand Down
2 changes: 1 addition & 1 deletion backend/service_starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (s *ServiceStarter) StartService(ctx context.Context, network string) (err
}
}()

svcURL, errChan, err := s.serviceStarter.Start(s.jobRunner, network, true, 0)
svcURL, errChan, err := s.serviceStarter.Start(s.jobRunner, network, true)
if err != nil {
s.log.Error("Failed to start HTTP server", zap.Error(err))
return err
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vegawallet",
"author": "Gobalsky Labs Ltd.",
"version": "0.11.4",
"version": "0.12.0",
"private": true,
"engines": {
"node": "^18.12.0"
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-desktop
go 1.19

require (
code.vegaprotocol.io/vega v0.70.1-0.20230418185737-6b4d2e2ff168
code.vegaprotocol.io/vega v0.71.0
github.com/gen2brain/beeep v0.0.0-20220909211152-5a9ec94374f6
github.com/wailsapp/wails/v2 v2.4.1
go.uber.org/zap v1.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl
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=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
code.vegaprotocol.io/vega v0.70.1-0.20230418185737-6b4d2e2ff168 h1:l3rH/FudzbGC2uVQyhBch8aDMfUnt+6RKnQHMTlsIWc=
code.vegaprotocol.io/vega v0.70.1-0.20230418185737-6b4d2e2ff168/go.mod h1:kDhb5vUngXOwW8C/X9wO7kLAVD9NFTXH/6S7XZrEX8A=
code.vegaprotocol.io/vega v0.71.0 h1:bQS1/59kuBo6QNkIZcvroXh2rYFQFviQDLCLYT3N5Uc=
code.vegaprotocol.io/vega v0.71.0/go.mod h1:2/tnFImHhnoel/PeX0n5uiNSqdXyHLcLKXRhLENzPSw=
contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/Antonboom/errname v0.1.7/go.mod h1:g0ONh16msHIPgJSGsecu1G/dcF2hlYR/0SddnIAGavU=
Expand Down
2 changes: 1 addition & 1 deletion wails.develop.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vega Wallet Dev",
"productVersion": "0.11.0",
"productVersion": "0.12.0",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on development networks."
}
Expand Down
2 changes: 1 addition & 1 deletion wails.fairground.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Fairground Wallet",
"productVersion": "0.11.4",
"productVersion": "0.12.0",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on Fairground."
}
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vega Wallet Dev",
"productVersion": "0.11.4",
"productVersion": "0.12.0",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on development networks."
}
Expand Down
2 changes: 1 addition & 1 deletion wails.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vega Wallet",
"productVersion": "0.11.4",
"productVersion": "0.12.0",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on Mainnet."
}
Expand Down

0 comments on commit a999ec5

Please sign in to comment.