diff --git a/CHANGELOG.md b/CHANGELOG.md index 331fdff..b28bdd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,31 +7,48 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -Description of the upcoming release here. - ### Added -- [#152](https://github.com/FuelLabs/sway-standards/pull/152) Adds inline documentation examples to the SRC-6 standard. +- Something new here 1 +- Something new here 2 ### Changed +- Something changed here 1 +- Something changed here 2 + +### Fixed + +- Some fix here 1 +- Some fix here 2 + +### Breaking + +- Some breaking change here 1 +- Some breaking change here 2 + +## [Version 0.6.2] + +### Added v0.6.2 + +- [#152](https://github.com/FuelLabs/sway-standards/pull/152) Adds inline documentation examples to the SRC-6 standard. + +### Changed v0.6.2 + - [#154](https://github.com/FuelLabs/sway-standards/pull/154) Updates the examples in the standards specififcations to use the offical abi name. - [#157](https://github.com/FuelLabs/sway-standards/pull/157) Updates the name of the SRC-7 standard to "Onchain Native Asset Metadata Standard". -### Fixed +### Fixed v0.6.2 - [#153](https://github.com/FuelLabs/sway-standards/pull/153) Actually write to storage in `set_src20_data()` in the SRC-20 multi asset example. - [#160](https://github.com/FuelLabs/sway-standards/pull/160) Fixes a typo in the SRC-7 inline docs. -#### Breaking +#### Breaking v0.6.2 -- Some breaking change here 1 -- Some breaking change here 2 +- None ## [Version 0.6.1] -Description of the upcoming release here. - ### Added v0.6.1 - [#149](https://github.com/FuelLabs/sway-standards/pull/149) Adds struct field getters, `new()`, and `Eq` implementations to SRC-10's `DepositMessage` and `MetadataMessage` types and SRC-11's `SecurityInformation` type. diff --git a/Cargo.toml b/Cargo.toml index 28fcf2d..1aed410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "sway-standards" -version = "0.6.1" +version = "0.6.2" edition = "2021" diff --git a/README.md b/README.md index 457cd19..3a99b12 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ If you don't find what you're looking for, feel free to create an issue and prop To import a standard the following should be added to the project's `Forc.toml` file under `[dependencies]` with the most recent release: ```toml -standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.1" } +standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.2" } ``` > **NOTE:** diff --git a/docs/src/index.md b/docs/src/index.md index 770dbfd..afa488c 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,7 +14,7 @@ If you don't find what you're looking for, feel free to create an issue and prop To import a standard the following should be added to the project's `Forc.toml` file under `[dependencies]` with the most recent release: ```toml -standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.1" } +standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.2" } ``` > **NOTE:**