From 7b64911172608271d1a566a1693df4741f8c78c4 Mon Sep 17 00:00:00 2001 From: billythedummy Date: Mon, 7 Aug 2023 21:35:12 +0800 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- solores/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8eb22..9424c1e 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.4.0] - 2023-08-07 ### Breaking diff --git a/Cargo.lock b/Cargo.lock index 62f1860..594f570 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "solores" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "env_logger", diff --git a/solores/Cargo.toml b/solores/Cargo.toml index 691fcef..278459a 100644 --- a/solores/Cargo.toml +++ b/solores/Cargo.toml @@ -3,7 +3,7 @@ name = "solores" description = "Solana IDL to Rust client / CPI interface generator" license = "Apache-2.0" repository = "https://github.com/igneous-labs/solores" -version = "0.3.0" +version = "0.4.0" edition = "2021" exclude = [ ".pre-commit-config.yaml",