Skip to content

Commit

Permalink
Prepare for Sway-Standards v0.6.1 release (#147)
Browse files Browse the repository at this point in the history
* Prepare for Sway-Standards v0.6.1 release

* Update CHANGELOG
  • Loading branch information
bitzoic authored Sep 4, 2024
1 parent 5b501cf commit ab52d73
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
36 changes: 28 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,45 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Description of the upcoming release here.

### Added Unreleased
### Added

- 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.1]

Description of the upcoming release here.

### Added v0.6.1

- None

### Changed Unreleased
### Changed v0.6.1

- [#135](https://github.com/FuelLabs/sway-standards/pull/135) Updates standards, examples and CI to latest forc 0.63.3.
- [#147](https://github.com/FuelLabs/sway-standards/pull/147) Prepares for the v0.6.1 release.

### Fixed Unreleased
### Fixed v0.6.1

- [#137](https://github.com/FuelLabs/sway-standards/pull/137) Resolves warnings for SRC-6, SRC-14, and SRC-5 standard examples.
- [#136](https://github.com/FuelLabs/sway-standards/pull/136) Fixes SRC14 to recommend namespacing all non-standardized storage variables under the SRC14 namespace, fixes typos, and improves markdown in docs and inline documentation.
- [#142](https://github.com/FuelLabs/sway-standards/pull/142) Fixes errors in inline documentation for SRC-10, SRC-12, SRC-14, SRC-20, SRC-3, SRC-5, SRC-7 standards.

#### Breaking Unreleased

- Some breaking change here 1
- Some breaking change here 2

## [Version 0.6.0]

### Added v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
name = "sway-standards"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.1" }
```

> **NOTE:**
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.1" }
```

> **NOTE:**
Expand Down

0 comments on commit ab52d73

Please sign in to comment.