From e2d5ac40a1d11a9e38e0a662d35141076515319f Mon Sep 17 00:00:00 2001 From: Cameron Carstens Date: Sat, 29 Jun 2024 11:36:53 +0800 Subject: [PATCH] Fix Cargo.toml on release (#117) * Hotfix: Update Cargo.toml to v0.5.1 * Udpate CHANGELOG --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6492fb..b99f637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Description of the upcoming release here. - [#107](https://github.com/FuelLabs/sway-standards/pull/107) resolves the conflict when SRC-5's `owner()` function is used in both the proxy and target contract in the SRC-14 standard. - [#99](https://github.com/FuelLabs/sway-standards/pull/99) Fixes links and typos in the SRC-14 standard. - [#112](https://github.com/FuelLabs/sway-standards/pull/112) Fixes inline documentation code in the SRC-3 standard. +- [#115](https://github.com/FuelLabs/sway-standards/pull/115) Hotfixes the Cargo.toml version to the v0.5.1 release. #### Breaking diff --git a/Cargo.toml b/Cargo.toml index e76a377..b24d5d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "sway-standards" -version = "0.5.0" +version = "0.5.1" edition = "2021"