Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.1 #1688

Merged
merged 6 commits into from
Feb 27, 2023
Merged

Release v4.0.1 #1688

merged 6 commits into from
Feb 27, 2023

Conversation

SkymanOne
Copy link
Contributor

Changelog

Introduces a small bug fix.

Fixed

  • Fixing ManualKey<0> to act properly - #1670

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
German and others added 2 commits February 27, 2023 13:36
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2023

Codecov Report

Merging #1688 (59f98cb) into master (e9321aa) will decrease coverage by 0.10%.
The diff coverage is n/a.

❗ Current head 59f98cb differs from pull request most recent head 62efdb6. Consider uploading reports for the commit 62efdb6 to get more accurate results

@@            Coverage Diff             @@
##           master    #1688      +/-   ##
==========================================
- Coverage   70.77%   70.68%   -0.10%     
==========================================
  Files         206      206              
  Lines        6416     6416              
==========================================
- Hits         4541     4535       -6     
- Misses       1875     1881       +6     
Impacted Files Coverage Δ
crates/e2e/macro/src/config.rs 84.84% <ø> (ø)
crates/allocator/src/bump.rs 86.77% <0.00%> (-2.48%) ⬇️
crates/ink/ir/src/ast/attr_args.rs 82.60% <0.00%> (-2.18%) ⬇️
crates/metadata/src/layout/mod.rs 80.00% <0.00%> (-0.84%) ⬇️
crates/ink/ir/src/ir/attrs.rs 81.73% <0.00%> (-0.29%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more


contract-metadata = { version = "2.0.0-rc.1" }
contract-metadata = { version = "2.0.0" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ Might be worth mentioning this "fix" in the RELEASENOTES

@@ -178,8 +179,7 @@ mod flipper {
}
}
```

The [`flipper/src/lib.rs`](https://github.com/paritytech/ink-examples/blob/v4.0.0/flipper/lib.rs)
The [`flipper/src/lib.rs`](https://github.com/paritytech/ink-examples/blob/v4.0.1/flipper/lib.rs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there the need to create a new tag for this in the ink-examples? The 4.0.0 examples should still be compatible, otherwise it wouldn't be able to be a patch release in the first place.

But perhaps it is just easier to create tag per release regardless.

Also we need to add a step to the release checklist for creating this branch where required.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there the need to create a new tag for this in the ink-examples? The 4.0.0 examples should still be compatible, otherwise it wouldn't be able to be a patch release in the first place.

But perhaps it is just easier to create tag per release regardless.

Also we need to add a step to the release checklist for creating this branch where required.

I reckon there is nothing wrong to indicate the latest version in examples.

@SkymanOne SkymanOne merged commit 0af00f7 into master Feb 27, 2023
@SkymanOne SkymanOne deleted the v4.0.1 branch February 27, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants