File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
- Use marker trait for finding ink! storage ` struct ` during code analysis - [ 2499] ( https://github.com/use-ink/ink/pull/2499 )
12
12
13
+ ### Fixed
14
+ - Update metadata version to version 6 ‒ [ #2507 ] ( https://github.com/use-ink/ink/pull/2507 )
15
+
13
16
## Version 6.0.0-alpha
14
17
15
18
This is our first alpha release for ink! v6. We release it together
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ use serde::{
73
73
///
74
74
/// The serialized metadata format (which this represents) is different from the
75
75
/// version of this crate or the contract for Rust semantic versioning purposes.
76
- const METADATA_VERSION : u64 = 5 ;
76
+ const METADATA_VERSION : u64 = 6 ;
77
77
78
78
/// An entire ink! project for metadata file generation purposes.
79
79
#[ derive( Debug , Serialize , Deserialize , JsonSchema ) ]
You can’t perform that action at this time.
0 commit comments