From 93e334d8f4b27397006ac2255fe92b1fb9a6858b Mon Sep 17 00:00:00 2001 From: Kevin Gislason <33131270+Kevingislason@users.noreply.github.com> Date: Wed, 5 Oct 2022 19:49:31 -0400 Subject: [PATCH] Release v0.8.0 (#182) * update changelog * update versions --- CHANGELOG.md | 6 +++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- ui/package.json | 2 +- ui/public/about.html | 2 +- ui/src-tauri/Cargo.toml | 2 +- ui/src-tauri/tauri.conf.json | 2 +- www/src/App.tsx | 6 +++--- 8 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3bad5e..efadfe93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added -- [\#180](https://github.com/Manta-Network/manta-signer/pull/180) Add support for mutliple CORS allowed origins ### Changed @@ -18,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security +## [0.8.0] 2022-10-05 + +### Added +- [\#180](https://github.com/Manta-Network/manta-signer/pull/180) Add support for mutliple CORS allowed origins + ## [0.7.4] - 2022-09-27 ### Added - [\#154](https://github.com/Manta-Network/manta-signer/pull/154) Add storage abstractions and add server storage hook diff --git a/Cargo.lock b/Cargo.lock index c9bd2e50..7d53e4e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2651,7 +2651,7 @@ dependencies = [ [[package]] name = "manta-signer" -version = "0.7.4" +version = "0.8.0" dependencies = [ "argon2", "async-std", @@ -2677,7 +2677,7 @@ dependencies = [ [[package]] name = "manta-signer-ui" -version = "0.7.4" +version = "0.8.0" dependencies = [ "manta-signer", "tauri", diff --git a/Cargo.toml b/Cargo.toml index ada33f53..99f0ad2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer" edition = "2021" -version = "0.7.4" +version = "0.8.0" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/package.json b/ui/package.json index 1783da6a..956fd3fe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "manta-signer-ui", - "version": "0.7.4", + "version": "0.8.0", "private": true, "dependencies": { "@tauri-apps/api": "1.0.1", diff --git a/ui/public/about.html b/ui/public/about.html index 11639621..0e572564 100644 --- a/ui/public/about.html +++ b/ui/public/about.html @@ -38,7 +38,7 @@

Manta Signer

-

Version 0.7.4

+

Version 0.8.0

Copyright © 2019-2022 Manta Network

manta-network/manta-signer diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index a486ad09..9f2c5441 100644 --- a/ui/src-tauri/Cargo.toml +++ b/ui/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer-ui" edition = "2018" -version = "0.7.4" +version = "0.8.0" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/src-tauri/tauri.conf.json b/ui/src-tauri/tauri.conf.json index 7c8500a5..b86b1c30 100644 --- a/ui/src-tauri/tauri.conf.json +++ b/ui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "manta-signer", - "version": "0.7.4" + "version": "0.8.0" }, "build": { "distDir": "../build", diff --git a/www/src/App.tsx b/www/src/App.tsx index c25a36e4..2a8ceda3 100755 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -76,10 +76,10 @@ function App() { className='px-6 py-4 text-white text-2xl bg-button rounded-full mt-12 cursor-pointer' href={ os === 'Mac' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-macos-latest_0.7.4-103_x64.dmg' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.8.0/manta-signer-macos-latest_0.8.0-103_x64.dmg' : os === 'Windows' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-windows-2019_0.7.4_x64.msi' - : 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-ubuntu-18.04_0.7.4_amd64.deb' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.8.0/manta-signer-windows-2019_0.8.0_x64.msi' + : 'https://github.com/Manta-Network/manta-signer/releases/download/v0.8.0/manta-signer-ubuntu-18.04_0.8.0_amd64.deb' } title={ os === 'Mac'