-
Notifications
You must be signed in to change notification settings - Fork 54
chore(release): update changelog and bump version to 3.0.0-rc.3 #3006
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,16 @@ | ||||||||||||||||||||||||||||||
| ## [3.0.0-rc.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20) | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ### Features | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| * **dashmate:** add Let's Encrypt SSL provider support ([#3000](undefined/undefined/undefined/issues/3000)) | ||||||||||||||||||||||||||||||
| * **drive:** improve error handling in merk proof extraction ([#3003](undefined/undefined/undefined/issues/3003)) | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ### Bug Fixes | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| * **platform:** update grovedb dependency to allow for larger proof sizes ([#3005](undefined/undefined/undefined/issues/3005)) | ||||||||||||||||||||||||||||||
|
Comment on lines
+6
to
+12
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. Issue links are broken ( 🛠️ Suggested fix-* **dashmate:** add Let's Encrypt SSL provider support ([`#3000`](undefined/undefined/undefined/issues/3000))
-* **drive:** improve error handling in merk proof extraction ([`#3003`](undefined/undefined/undefined/issues/3003))
+* **dashmate:** add Let's Encrypt SSL provider support ([`#3000`](https://github.com/dashpay/platform/issues/3000))
+* **drive:** improve error handling in merk proof extraction ([`#3003`](https://github.com/dashpay/platform/issues/3003))
...
-* **platform:** update grovedb dependency to allow for larger proof sizes ([`#3005`](undefined/undefined/undefined/issues/3005))
+* **platform:** update grovedb dependency to allow for larger proof sizes ([`#3005`](https://github.com/dashpay/platform/issues/3005))📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ## [3.0.0-rc.2](///compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16) | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
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.2" | ||
| version = "3.0.0-rc.3" | ||
| 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 URL (currently invalid).
///compare/...will render as a broken link in most markdown renderers; use the repo’s full compare URL format for consistency with other entries.🛠️ Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents