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 (#32)

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
37c1b76f 3dd20649

+4 -11
-7
.sampo/changesets/stern-wavetamer-ukko.md
··· 1 - --- 2 - packages: 3 - - maudit-cli 4 - release: patch 5 - --- 6 - 7 - Pin tracing-subscriber to fix colored text output
+2 -2
crates/maudit-cli/CHANGELOG.md
··· 1 1 # maudit-cli 2 2 3 - ## 0.4.2 3 + ## 0.4.4 4 4 5 5 ### Patch changes 6 6 7 + - [6052fb8](https://github.com/bruits/maudit/commit/6052fb8dc2a6909477699d009d13bd193f06bc06) Pin tracing-subscriber to fix colored text output — Thanks @Princesseuh! 7 8 - [da95572](https://github.com/bruits/maudit/commit/da955725e460be405898b5749d64877404636e69) Fixed dev server reloading for no apparent reason on macOS — Thanks @Princesseuh! 8 - 9 9 10 10 ## 0.4.1 11 11
+2 -2
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.4.3" 4 + version = "0.4.4" 5 5 license = "MIT" 6 6 edition = "2021" 7 7 ··· 41 41 toml_edit = "0.22.23" 42 42 local-ip-address = "0.6.3" 43 43 flate2 = "1.0.35" 44 - quanta = "0.12.6" 44 + quanta = "0.12.6"