From d37a9f824002decbad3655e76d2413db4456c932 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:46:32 +0530 Subject: [PATCH] sdk%chore(doc): update changelogs and READMEs to point to crates.io --- pkgs/num/CHANGELOG.md | 5 ++++- pkgs/types/CHANGELOG.md | 6 +++++- pkgs/types/marker/README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pkgs/num/CHANGELOG.md b/pkgs/num/CHANGELOG.md index 6f8f64e9..532055fc 100644 --- a/pkgs/num/CHANGELOG.md +++ b/pkgs/num/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to `dash-num` will be documented in this file. +All notable changes to [`dash-num`](https://crates.io/crates/dash-num) will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this crate adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). @@ -10,3 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [0.1.0-beta] - 2026-09-14 - Initial release. + +[unreleased]: https://github.com/dashpay/base-sdk/compare/dash-num-0.1.0-beta...HEAD +[0.1.0-beta]: https://github.com/dashpay/base-sdk/releases/tag/dash-num-0.1.0-beta diff --git a/pkgs/types/CHANGELOG.md b/pkgs/types/CHANGELOG.md index aaa3e795..14b0160d 100644 --- a/pkgs/types/CHANGELOG.md +++ b/pkgs/types/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -All notable changes to `dash-types` and `dash-types-marker` will be documented in this file. +All notable changes to [`dash-types`](https://crates.io/crates/dash-types) and +[`dash-types-marker`](https://crates.io/crates/dash-types-marker) will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this crate adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). @@ -10,3 +11,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [0.1.0-beta] - 2026-09-14 - Initial release. + +[unreleased]: https://github.com/dashpay/base-sdk/compare/dash-types-0.1.0-beta...HEAD +[0.1.0-beta]: https://github.com/dashpay/base-sdk/releases/tag/dash-types-0.1.0-beta diff --git a/pkgs/types/marker/README.md b/pkgs/types/marker/README.md index 888b800e..1f2caf44 100644 --- a/pkgs/types/marker/README.md +++ b/pkgs/types/marker/README.md @@ -3,4 +3,4 @@ # dash-types-marker -This crate supplies procedural macros to the `dash-types` crate. +This crate supplies procedural macros to the [`dash-types`](https://crates.io/crates/dash-types) crate.