Skip to content

Conversation

DeshErBojhaa
Copy link
Contributor

Description

Release note for v10.0.0. This PR only deals with changelogs of the release note.

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/).
  • Added relevant godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

Copy link
Contributor

@gjermundgaraba gjermundgaraba left a comment

Choose a reason for hiding this comment

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

This is a great start! Looking much better already!

Left some initial comments that I think you can use for many of these to clean it up further :)

- Removed `Channe upgradability` from changelog
- Removed Transfer forwarding
Copy link
Member

@AdityaSripal AdityaSripal left a comment

Choose a reason for hiding this comment

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

LGTM, didn't see a note on chan upgradability maybe i missed it. If it isn't there, pls add before merging

Copy link
Member

@AdityaSripal AdityaSripal left a comment

Choose a reason for hiding this comment

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

Nice work!

Copy link
Contributor

@gjermundgaraba gjermundgaraba left a comment

Choose a reason for hiding this comment

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

Great work! I know this was tedious, but it was also very much appreciated 🙏

@gjermundgaraba gjermundgaraba merged commit 1d9d308 into gjermund/changelog-v10 Apr 2, 2025
12 of 17 checks passed
@gjermundgaraba gjermundgaraba deleted the tamjid/changelog-v10 branch April 2, 2025 21:37
gjermundgaraba added a commit that referenced this pull request Apr 2, 2025
* first draft changelog

* chore: update release note (#8220)

* start dependencies ordering

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>

* Sort testing

* added dependencies

* chore: removed delemeter

* chore: only keep the most recent dependency bump

* Remove insignificant dependency bumps

* chore: Updated tests for changelog

* API breaking

* chore: added changelogs for api breaking + improvement  + feat

* fix: address pr comment -> updated changelog type from core/08-wasm to light-client/08-wasm

* fix: address pr comment -> updated changelog type from core/09-localhost to light-clients/09-localhost

* fix: addr PR comment. core/08-wasm -> light-clients/08-wasm

* fix: Address PR comment. Remove "TODO list all changes"

* refactor: move Testing sectionn to the bottom of the c.log. Make it ready for further edits

* fix: Address PR comment.

- Removed `Channe upgradability` from changelog
- Removed Transfer forwarding

* fix: include all explicit bumps and rollbacks

* fix: reference

* fix: added missing entry in changelog

* fix: remove change log

* fix: Remove channel upgrade from change log

* fix: removed changelog for fee

* fix: remove test-middleware from change log

* fix: Removed trivial tests from change log

* fix: remove dup entry

* fix: included fee middleware

* fix: Added remove chanel upgradability to change log.

* some minor adjustments

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>

* remove commented out stuff and add unreleased

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Tamjid Ahmed <mail.to.tamjid@gmail.com>
mergify bot pushed a commit that referenced this pull request Apr 2, 2025
* first draft changelog

* chore: update release note (#8220)

* start dependencies ordering

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>

* Sort testing

* added dependencies

* chore: removed delemeter

* chore: only keep the most recent dependency bump

* Remove insignificant dependency bumps

* chore: Updated tests for changelog

* API breaking

* chore: added changelogs for api breaking + improvement  + feat

* fix: address pr comment -> updated changelog type from core/08-wasm to light-client/08-wasm

* fix: address pr comment -> updated changelog type from core/09-localhost to light-clients/09-localhost

* fix: addr PR comment. core/08-wasm -> light-clients/08-wasm

* fix: Address PR comment. Remove "TODO list all changes"

* refactor: move Testing sectionn to the bottom of the c.log. Make it ready for further edits

* fix: Address PR comment.

- Removed `Channe upgradability` from changelog
- Removed Transfer forwarding

* fix: include all explicit bumps and rollbacks

* fix: reference

* fix: added missing entry in changelog

* fix: remove change log

* fix: Remove channel upgrade from change log

* fix: removed changelog for fee

* fix: remove test-middleware from change log

* fix: Removed trivial tests from change log

* fix: remove dup entry

* fix: included fee middleware

* fix: Added remove chanel upgradability to change log.

* some minor adjustments

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>

* remove commented out stuff and add unreleased

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Tamjid Ahmed <mail.to.tamjid@gmail.com>
(cherry picked from commit 20e0a9f)
gjermundgaraba added a commit that referenced this pull request Apr 2, 2025
* first draft changelog

* chore: update release note (#8220)

* start dependencies ordering

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>

* Sort testing

* added dependencies

* chore: removed delemeter

* chore: only keep the most recent dependency bump

* Remove insignificant dependency bumps

* chore: Updated tests for changelog

* API breaking

* chore: added changelogs for api breaking + improvement  + feat

* fix: address pr comment -> updated changelog type from core/08-wasm to light-client/08-wasm

* fix: address pr comment -> updated changelog type from core/09-localhost to light-clients/09-localhost

* fix: addr PR comment. core/08-wasm -> light-clients/08-wasm

* fix: Address PR comment. Remove "TODO list all changes"

* refactor: move Testing sectionn to the bottom of the c.log. Make it ready for further edits

* fix: Address PR comment.

- Removed `Channe upgradability` from changelog
- Removed Transfer forwarding

* fix: include all explicit bumps and rollbacks

* fix: reference

* fix: added missing entry in changelog

* fix: remove change log

* fix: Remove channel upgrade from change log

* fix: removed changelog for fee

* fix: remove test-middleware from change log

* fix: Removed trivial tests from change log

* fix: remove dup entry

* fix: included fee middleware

* fix: Added remove chanel upgradability to change log.

* some minor adjustments

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>

* remove commented out stuff and add unreleased

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Tamjid Ahmed <mail.to.tamjid@gmail.com>
(cherry picked from commit 20e0a9f)

Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
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.

4 participants