Rust library to generate static websites
5
fork

Configure Feed

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

chore(release): bump versions and changelogs (#44)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
5d872e9a 8f7edcc2

+9 -7
-5
.sampo/changesets/forthright-king-ilmatar.md
··· 1 - --- 2 - maudit-cli: patch 3 - --- 4 - 5 - Fixes hot reloading not working
+1 -1
Cargo.lock
··· 2431 2431 2432 2432 [[package]] 2433 2433 name = "maudit-cli" 2434 - version = "0.5.0" 2434 + version = "0.5.1" 2435 2435 dependencies = [ 2436 2436 "axum", 2437 2437 "brk_rolldown",
+7
crates/maudit-cli/CHANGELOG.md
··· 1 1 # maudit-cli 2 2 3 + ## 0.5.1 4 + 5 + ### Patch changes 6 + 7 + - [8f7edcc](https://github.com/bruits/maudit/commit/8f7edcc28898774c89408e9bc915f75cf483ee2f) Fixes hot reloading not working — Thanks @Princesseuh! 8 + 9 + 3 10 ## 0.5.0 4 11 5 12 ### Minor changes
+1 -1
crates/maudit-cli/Cargo.toml
··· 1 1 [package] 2 2 name = "maudit-cli" 3 3 description = "CLI to operate on maudit projects." 4 - version = "0.5.0" 4 + version = "0.5.1" 5 5 license = "MIT" 6 6 edition = "2021" 7 7