From 46d1e01f98a09ad917228412d2ed99b4cc4b499c Mon Sep 17 00:00:00 2001 From: billythedummy Date: Thu, 28 Dec 2023 16:09:40 +0800 Subject: [PATCH] 0.7.0 --- CHANGELOG.md | 2 +- Cargo.lock | 20 +++++++++++++++++++- Cargo.toml | 2 ++ solores/Cargo.toml | 4 ++-- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebd5bc..c28a39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [0.7.0] - 2023-12-28 ### Breaking diff --git a/Cargo.lock b/Cargo.lock index bc26493..d2536a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,6 +129,15 @@ dependencies = [ "solana-program", ] +[[package]] +name = "anchor_ix_no_accounts_pubkey_arg_interface" +version = "0.0.0" +dependencies = [ + "borsh 0.10.3", + "serde", + "solana-program", +] + [[package]] name = "anchor_ix_no_args_interface" version = "0.0.0" @@ -3458,6 +3467,15 @@ dependencies = [ "solana-program", ] +[[package]] +name = "shank_ix_no_accounts_pubkey_arg_interface" +version = "0.0.0" +dependencies = [ + "borsh 0.10.3", + "serde", + "solana-program", +] + [[package]] name = "shank_ix_no_args_interface" version = "0.0.0" @@ -4302,7 +4320,7 @@ dependencies = [ [[package]] name = "solores" -version = "0.6.1" +version = "0.7.0" dependencies = [ "bs58", "clap 4.0.29", diff --git a/Cargo.toml b/Cargo.toml index 3103560..e93febc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ resolver = "2" members = [ "examples/anchor/ix_blank/*", "examples/anchor/ix_no_accounts/*", + "examples/anchor/ix_no_accounts_pubkey_arg/*", "examples/anchor/ix_no_args/*", "examples/anchor/ix_no_privilege/*", "examples/anchor/drift/*", @@ -13,6 +14,7 @@ members = [ "examples/bincode/system/*", "examples/shank/ix_blank/*", "examples/shank/ix_no_accounts/*", + "examples/shank/ix_no_accounts_pubkey_arg/*", "examples/shank/ix_no_args/*", "examples/shank/ix_no_privilege/*", "examples/shank/phoenix_v1/*", diff --git a/solores/Cargo.toml b/solores/Cargo.toml index 5027496..c3fcc6b 100644 --- a/solores/Cargo.toml +++ b/solores/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "solores" description = "Solana IDL to Rust client / CPI interface generator" -license = "Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/igneous-labs/solores" -version = "0.6.1" +version = "0.7.0" edition = "2021" include = ["src/", "README.md", "tests/"] categories = [