Skip to content

Commit

Permalink
Prepare for v0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Jan 27, 2025
1 parent d6ee572 commit 286b756
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
21 changes: 9 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [Version 0.6.3]

### New Standards
### New Standards v0.6.3

- [#161](https://github.com/FuelLabs/sway-standards/pull/161) Defines the SRC-16; Typed Structured Data Standard.

### Added
### Added v0.6.3

- Something new here 1
- Something new here 2
- [#165](https://github.com/FuelLabs/sway-standards/pull/165) Adds the SRC-15 standard to the README.

### Changed
### Changed v0.6.3

- [#166](https://github.com/FuelLabs/sway-standards/pull/166) Updates standards, examples, and CI to forc `v0.66.6` and fuel-core `v0.40.0`.

### Fixed
### Fixed v0.6.3

- Some fix here 1
- Some fix here 2
- None

### Breaking
### Breaking v0.6.3

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

## [Version 0.6.2]

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.2"
version = "0.6.3"
edition = "2021"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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.2" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.3" }
```

> **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.2" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.6.3" }
```

> **NOTE:**
Expand Down

0 comments on commit 286b756

Please sign in to comment.