toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: split changelogs

Tony Wu c5f82af5 cb52109c

+67 -39
+32
crates/mdbook-permalinks/CHANGELOG.md
··· 1 + # CHANGELOG 2 + 3 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). 4 + 5 + This file is autogenerated using [release-plz](https://release-plz.dev). 6 + 7 + ## [1.1.1](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.1.0...mdbookkit-v1.1.1) 8 + 9 + ### <!-- 1 --> Bug fixes 10 + 11 + - generate slugs by actually emitting html 12 + ([#15](https://github.com/tonywu6/mdbookkit/pull/15)) 13 + [`19bb594`](https://github.com/tonywu6/mdbookkit/commit/19bb594362ba57bb9bf6714ba7ac7cbadd6e2326) 14 + 15 + ## [1.1.0](https://tonywu6.github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.0.1...mdbookkit-v1.1.0) 16 + 17 + ### <!-- 0 --> Features 18 + 19 + - linking by URLs to remote HEAD 20 + ([#12](https://tonywu6.github.com/tonywu6/mdbookkit/pull/12)) 21 + [`9934a2f`](https://tonywu6.github.com/tonywu6/mdbookkit/commit/9934a2fe2deedd6761104f16232f9a8018b4d26b) 22 + 23 + ## [1.0.1](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.0.0...mdbookkit-v1.0.1) 24 + 25 + ### <!-- 5 --> Miscellaneous 26 + 27 + - fix version number ([#10](https://github.com/tonywu6/mdbookkit/pull/10)) 28 + - fix issues with crates.io README ([#9](https://github.com/tonywu6/mdbookkit/pull/9)) 29 + 30 + ## [1.0.0](https://tonywu6.github.com/tonywu6/mdbookkit/releases/tag/mdbookkit-v1.0.0) 31 + 32 + Initial release.
+29
crates/mdbook-rustdoc-links/CHANGELOG.md
··· 1 + # CHANGELOG 2 + 3 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). 4 + 5 + This file is autogenerated using [release-plz](https://release-plz.dev). 6 + 7 + ## [1.1.2](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.1.1...mdbookkit-v1.1.2) 8 + 9 + ### <!-- 1 --> Bug fixes 10 + 11 + - Add a `rust-analyzer-timeout` option 12 + ([#17](https://github.com/tonywu6/mdbookkit/pull/17)) 13 + [`8a6e149`](https://github.com/tonywu6/mdbookkit/commit/8a6e1497298fa099ed3282fa603c10e7eb90000c) 14 + 15 + ### <!-- 2 --> Refactor 16 + 17 + - print RA version on bail 18 + [`0746536`](https://github.com/tonywu6/mdbookkit/commit/0746536cecb0a403d37121db43ca8ecc9c3871ee) 19 + 20 + ## [1.0.1](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.0.0...mdbookkit-v1.0.1) 21 + 22 + ### <!-- 5 --> Miscellaneous 23 + 24 + - fix version number ([#10](https://github.com/tonywu6/mdbookkit/pull/10)) 25 + - fix issues with crates.io README ([#9](https://github.com/tonywu6/mdbookkit/pull/9)) 26 + 27 + ## [1.0.0](https://tonywu6.github.com/tonywu6/mdbookkit/releases/tag/mdbookkit-v1.0.0) 28 + 29 + Initial release.
+2 -36
crates/mdbookkit/CHANGELOG.md
··· 4 4 5 5 This file is autogenerated using [release-plz](https://release-plz.dev). 6 6 7 - ## [1.1.2](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.1.1...mdbookkit-v1.1.2) 8 - 9 - ### rustdoc-link 10 - 11 - #### <!-- 1 --> Bug fixes 12 - 13 - - Add a `rust-analyzer-timeout` option ([#17](https://github.com/tonywu6/mdbookkit/pull/17)) [`8a6e149`](https://github.com/tonywu6/mdbookkit/commit/8a6e1497298fa099ed3282fa603c10e7eb90000c) 14 - 15 - #### <!-- 2 --> Refactor 16 - 17 - - print RA version on bail [`0746536`](https://github.com/tonywu6/mdbookkit/commit/0746536cecb0a403d37121db43ca8ecc9c3871ee) 18 - 19 - ## [1.1.1](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.1.0...mdbookkit-v1.1.1) 20 - 21 - ### link-forever 22 - 23 - #### <!-- 1 --> Bug fixes 24 - 25 - - generate slugs by actually emitting html ([#15](https://github.com/tonywu6/mdbookkit/pull/15)) [`19bb594`](https://github.com/tonywu6/mdbookkit/commit/19bb594362ba57bb9bf6714ba7ac7cbadd6e2326) 26 - 27 - ## [1.1.0](https://tonywu6.github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.0.1...mdbookkit-v1.1.0) 28 - 29 - ### link-forever 30 - 31 - #### <!-- 0 --> Features 32 - 33 - - linking by URLs to remote HEAD ([#12](https://tonywu6.github.com/tonywu6/mdbookkit/pull/12)) [`9934a2f`](https://tonywu6.github.com/tonywu6/mdbookkit/commit/9934a2fe2deedd6761104f16232f9a8018b4d26b) 34 - 35 - # CHANGELOG 36 - 37 - The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). 38 - 39 - This file is autogenerated using [release-plz](https://release-plz.dev) 40 - 41 - ## [1.0.1](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.0.0...mdbookkit-v1.0.1) - 2025-04-08 7 + ## [1.0.1](https://github.com/tonywu6/mdbookkit/compare/mdbookkit-v1.0.0...mdbookkit-v1.0.1) 42 8 43 9 ### Other 44 10 45 11 - fix version number ([#10](https://github.com/tonywu6/mdbookkit/pull/10)) 46 12 - fix issues with crates.io README ([#9](https://github.com/tonywu6/mdbookkit/pull/9)) 47 13 48 - ## [1.0.0](https://tonywu6.github.com/tonywu6/mdbookkit/releases/tag/mdbookkit-v1.0.0) - 2025-04-08 14 + ## [1.0.0](https://tonywu6.github.com/tonywu6/mdbookkit/releases/tag/mdbookkit-v1.0.0) 49 15 50 16 Initial release.
-1
docs/src/CHANGELOG.md
··· 1 - {{#include ../../crates/mdbookkit/CHANGELOG.md}}
+2 -2
docs/src/SUMMARY.md
··· 16 16 - [Continuous integration](rustdoc-links/continuous-integration.md) 17 17 - [Configuration](rustdoc-links/configuration.md) 18 18 - [Known issues](rustdoc-links/known-issues.md) 19 + - [CHANGELOG](rustdoc-links/CHANGELOG.md) 19 20 20 21 --- 21 22 ··· 27 28 - [Continuous integration](permalinks/continuous-integration.md) 28 29 - [Configuration](permalinks/configuration.md) 29 30 - [Known issues](permalinks/known-issues.md) 31 + - [CHANGELOG](permalinks/CHANGELOG.md) 30 32 31 33 --- 32 - 33 - [CHANGELOG](CHANGELOG.md) 34 34 35 35 [](_internal/mdbook-rustdoc-links-README.md) [](_internal/mdbook-permalinks-README.md) 36 36 [](_internal/mdbookkit-README.md)
+1
docs/src/permalinks/CHANGELOG.md
··· 1 + {{#include ../../../crates/mdbook-permalinks/CHANGELOG.md}}
+1
docs/src/rustdoc-links/CHANGELOG.md
··· 1 + {{#include ../../../crates/mdbook-rustdoc-links/CHANGELOG.md}}