From 95f8127845bd1a261bcbabae4eabc2f130e15c98 Mon Sep 17 00:00:00 2001 From: Larry Jarry Date: Sat, 16 Apr 2022 18:19:59 +0800 Subject: [PATCH] v4.2.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 12 ++++++------ package.json | 2 +- programs/quarry-merge-mine/Cargo.toml | 2 +- programs/quarry-mine/Cargo.toml | 2 +- programs/quarry-mint-wrapper/Cargo.toml | 2 +- programs/quarry-operator/Cargo.toml | 2 +- programs/quarry-redeemer/Cargo.toml | 2 +- programs/quarry-registry/Cargo.toml | 2 +- 9 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f6e3d6..7caa1ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased Changes +## [v4.2.1] + ### Features - Update to Anchor v0.24. diff --git a/Cargo.lock b/Cargo.lock index 993507e2..f79fbb64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "quarry-merge-mine" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "quarry-mint-wrapper" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "quarry-operator" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1052,7 +1052,7 @@ dependencies = [ [[package]] name = "quarry-redeemer" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "quarry-registry" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anchor-lang", "quarry-mine", diff --git a/package.json b/package.json index 3db12d0f..3301d733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quarryprotocol/quarry-sdk", - "version": "4.2.0", + "version": "4.2.1", "description": "Quarry Protocol SDK", "keywords": [ "solana", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index cead0aed..0fedbf1f 100644 --- a/programs/quarry-merge-mine/Cargo.toml +++ b/programs/quarry-merge-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-merge-mine" -version = "4.2.0" +version = "4.2.1" description = "Mines multiple quarries at the same time" homepage = "https://quarry.so" repository = "https://github.com/QuarryProtocol/quarry" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 25a457d1..209c1aca 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mine" -version = "4.2.0" +version = "4.2.1" description = "Distributes liquidity mining rewards to token stakers" edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-mint-wrapper/Cargo.toml b/programs/quarry-mint-wrapper/Cargo.toml index 1733b2d3..f0b2d7e6 100644 --- a/programs/quarry-mint-wrapper/Cargo.toml +++ b/programs/quarry-mint-wrapper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mint-wrapper" -version = "4.2.0" +version = "4.2.1" description = "Mints tokens to authorized accounts" edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index a48b7aa4..0b41e902 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-operator" -version = "4.2.0" +version = "4.2.1" description = "Delegates Quarry Rewarder authority roles." edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index 141973fa..17412392 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-redeemer" -version = "4.2.0" +version = "4.2.1" description = "Redeems one token for another" edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index 4f72c8c1..4a2c6780 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-registry" -version = "4.2.0" +version = "4.2.1" description = "Registry of all quarries associated with a rewarder." edition = "2021" homepage = "https://quarry.so"