-
Notifications
You must be signed in to change notification settings - Fork 27
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
chore: release v0.6.0 #394
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #394 +/- ##
==========================================
+ Coverage 75.10% 75.15% +0.05%
==========================================
Files 62 62
Lines 13860 13820 -40
Branches 13860 13820 -40
==========================================
- Hits 10409 10386 -23
+ Misses 2094 2082 -12
+ Partials 1357 1352 -5
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was only able to provide input for the removal of the BuildParachainCmd
and BuildContractCmd
as I was not involved with the other deprecations.
95b6a61
to
9724dd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the two Build_Cmd types can be refactored a little bit more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from some final nitpicks looking good!
Note: I am not so familar with the openzeppelin and e2e tests so this should be reviewed by someone who is
Thanks! |
git cliff --bump
, but fixed manually.- Remove the subcommands
parachain
andcontract
in pop build.- Old feature to run e2e tests..
- OpenZeppelin template name changed.
Note: In this release, a new deprecated flag has been introduced. The release flag is being deprecated in favor of profile (see source).
Note 2: Parity templates will be addressed in feat: add new parachain template and remove outdated one from parity #297