-
Notifications
You must be signed in to change notification settings - Fork 54
chore(release): update changelog and bump version to 3.0.0-rc.2 #2998
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,3 +1,15 @@ | ||||||||||||||||||||||||||
| ## [3.0.0-rc.2](///compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16) | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ### Bug Fixes | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| * **sdk:** toJSON returns empty object ([#2995](undefined/undefined/undefined/issues/2995)) | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ### Code Refactoring | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| * **sdk:** introduce `ProRegTxLike` and `NetworkLike` types ([#2990](undefined/undefined/undefined/issues/2990)) | ||||||||||||||||||||||||||
|
Comment on lines
+6
to
+11
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace The current links are broken and will confuse readers. Please point them to the actual issues/PRs. 💡 Proposed fix-* **sdk:** toJSON returns empty object ([`#2995`](undefined/undefined/undefined/issues/2995))
+* **sdk:** toJSON returns empty object ([`#2995`](https://github.com/dashpay/platform/issues/2995))
-* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types ([`#2990`](undefined/undefined/undefined/issues/2990))
+* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types ([`#2990`](https://github.com/dashpay/platform/issues/2990))📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## [3.0.0-rc.1](https://github.com/dashpay/platform/compare/v3.0.0-dev.11...v3.0.0-rc.1) (2026-01-13) | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,5 +45,5 @@ members = [ | |
|
|
||
| [workspace.package] | ||
|
|
||
| version = "3.0.0-rc.1" | ||
| version = "3.0.0-rc.2" | ||
| rust-version = "1.92" | ||
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.
Fix the compare link URL.
///compare/...renders as a broken link in the changelog. Use the full GitHub compare URL.💡 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents