You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-9Lines changed: 42 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,30 +5,63 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## [Version 0.5.1]
8
+
## [Unreleased]
9
+
10
+
### Added Unreleased
11
+
12
+
- Something new here 1
13
+
- Something new here 2
14
+
15
+
### Changed Unreleased
16
+
17
+
- Something changed here 1
18
+
- Something changed here 2
19
+
20
+
### Fixed Unreleased
21
+
22
+
- Some fix here 1
23
+
- Some fix here 2
24
+
25
+
### Breaking Unreleased
9
26
10
-
Description of the upcoming release here.
27
+
- Some breaking change here 1
28
+
- Some breaking change here 2
29
+
30
+
## [Version 0.5.2]
31
+
32
+
### Changed v0.5.2
33
+
34
+
-[#126](https://github.com/FuelLabs/sway-standards/pull/126) Prepares for v0.5.2 release.
35
+
36
+
### Fixed v0.5.2
37
+
38
+
-[#121](https://github.com/FuelLabs/sway-standards/pull/121) Fixes the `deposit` function in the SRC-6 standard, uses try_read instead of read in order to allow first time deposits to a vault.
39
+
-[#122](https://github.com/FuelLabs/sway-standards/pull/122) Fixes the SRC-6 example contract from a critical bug where the contract can be drained.
40
+
-[#124](https://github.com/FuelLabs/sway-standards/pull/124) Fixes compiler warnings for libraries
41
+
42
+
## [Version 0.5.1]
11
43
12
-
### Added
44
+
### Added v0.5.1
13
45
14
-
-[#107](https://github.com/FuelLabs/sway-standards/pull/107): Adds the `proxy_owner()` function to the SRC-14 standard.
15
-
-[#104](https://github.com/FuelLabs/sway-standards/pull/104): Adds the CHANGELOG.md file to Sway-Standards.
46
+
-[#107](https://github.com/FuelLabs/sway-standards/pull/107) Adds the `proxy_owner()` function to the SRC-14 standard.
47
+
-[#104](https://github.com/FuelLabs/sway-standards/pull/104) Adds the CHANGELOG.md file to Sway-Standards.
16
48
-[#110](https://github.com/FuelLabs/sway-standards/pull/110) Adds the `proxy_target()` function to the SRC-14 standard.
17
-
-[#103](https://github.com/FuelLabs/sway-standards/pull/103): Adds Sway-Standards to the [docs hub](https://docs.fuel.network/docs/sway-standards/).
49
+
-[#103](https://github.com/FuelLabs/sway-standards/pull/103) Adds Sway-Standards to the [docs hub](https://docs.fuel.network/docs/sway-standards/).
18
50
19
-
### Changed
51
+
### Changed v0.5.1
20
52
21
53
-[#103](https://github.com/FuelLabs/sway-standards/pull/103) Removes standards in the `./SRC` folder in favor of `./docs`.
22
54
-[#106](https://github.com/FuelLabs/sway-standards/pull/106) Updates links from the Sway Book to Docs Hub.
55
+
-[#120](https://github.com/FuelLabs/sway-standards/pull/120) Updates repository to forc v0.61.0 and uses new namespace in SRC-14 example.
23
56
24
-
### Fixed
57
+
### Fixed v0.5.1
25
58
26
59
-[#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.
27
60
-[#99](https://github.com/FuelLabs/sway-standards/pull/99) Fixes links and typos in the SRC-14 standard.
28
61
-[#112](https://github.com/FuelLabs/sway-standards/pull/112) Fixes inline documentation code in the SRC-3 standard.
29
62
-[#115](https://github.com/FuelLabs/sway-standards/pull/115) Hotfixes the Cargo.toml version to the v0.5.1 release.
30
63
31
-
####Breaking
64
+
### Breaking v0.5.1
32
65
33
66
-[#110](https://github.com/FuelLabs/sway-standards/pull/110) Breaks the `SRC14` abi by adding the `proxy_target()` function. This will need to be added to any SRC14 implementation. The new abi is as follows:
0 commit comments