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

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
da488ee6 9cd5fdd8

+42 -29
-5
.sampo/changesets/grumpy-earl-vainamoinen.md
··· 1 - --- 2 - maudit-cli: patch 3 - --- 4 - 5 - Fixes missing DEV flag on rebuilds
-5
.sampo/changesets/venerable-duchess-loviatar.md
··· 1 - --- 2 - maudit: patch 3 - --- 4 - 5 - Updates default quality for webp to 80 to match sharp
+15 -13
Cargo.lock
··· 2791 2791 2792 2792 [[package]] 2793 2793 name = "maudit" 2794 - version = "0.5.0" 2794 + version = "0.5.1" 2795 2795 dependencies = [ 2796 2796 "base64", 2797 2797 "blake3", ··· 2823 2823 2824 2824 [[package]] 2825 2825 name = "maudit-cli" 2826 - version = "0.4.4" 2826 + version = "0.4.5" 2827 2827 dependencies = [ 2828 2828 "axum", 2829 2829 "chrono", ··· 3317 3317 3318 3318 [[package]] 3319 3319 name = "oubli" 3320 - version = "0.1.1" 3320 + version = "0.1.2" 3321 3321 dependencies = [ 3322 3322 "maud", 3323 3323 "maudit", ··· 4728 4728 4729 4729 [[package]] 4730 4730 name = "serde" 4731 - version = "1.0.221" 4731 + version = "1.0.223" 4732 4732 source = "registry+https://github.com/rust-lang/crates.io-index" 4733 - checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43" 4733 + checksum = "a505d71960adde88e293da5cb5eda57093379f64e61cf77bf0e6a63af07a7bac" 4734 4734 dependencies = [ 4735 4735 "serde_core", 4736 4736 "serde_derive", ··· 4738 4738 4739 4739 [[package]] 4740 4740 name = "serde_core" 4741 - version = "1.0.221" 4741 + version = "1.0.223" 4742 4742 source = "registry+https://github.com/rust-lang/crates.io-index" 4743 - checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe" 4743 + checksum = "20f57cbd357666aa7b3ac84a90b4ea328f1d4ddb6772b430caa5d9e1309bb9e9" 4744 4744 dependencies = [ 4745 4745 "serde_derive", 4746 4746 ] 4747 4747 4748 4748 [[package]] 4749 4749 name = "serde_derive" 4750 - version = "1.0.221" 4750 + version = "1.0.223" 4751 4751 source = "registry+https://github.com/rust-lang/crates.io-index" 4752 - checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0" 4752 + checksum = "3d428d07faf17e306e699ec1e91996e5a165ba5d6bce5b5155173e91a8a01a56" 4753 4753 dependencies = [ 4754 4754 "proc-macro2", 4755 4755 "quote", ··· 4758 4758 4759 4759 [[package]] 4760 4760 name = "serde_json" 4761 - version = "1.0.144" 4761 + version = "1.0.145" 4762 4762 source = "registry+https://github.com/rust-lang/crates.io-index" 4763 - checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40" 4763 + checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 4764 4764 dependencies = [ 4765 4765 "indexmap", 4766 4766 "itoa", 4767 4767 "memchr", 4768 4768 "ryu", 4769 + "serde", 4769 4770 "serde_core", 4770 4771 ] 4771 4772 4772 4773 [[package]] 4773 4774 name = "serde_path_to_error" 4774 - version = "0.1.17" 4775 + version = "0.1.19" 4775 4776 source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 4777 + checksum = "a30a8abed938137c7183c173848e3c9b3517f5e038226849a4ecc9b21a4b4e2a" 4777 4778 dependencies = [ 4778 4779 "itoa", 4779 4780 "serde", 4781 + "serde_core", 4780 4782 ] 4781 4783 4782 4784 [[package]]
+7
crates/maudit-cli/CHANGELOG.md
··· 1 1 # maudit-cli 2 2 3 + ## 0.4.5 4 + 5 + ### Patch changes 6 + 7 + - [9cd5fdd](https://github.com/bruits/maudit/commit/9cd5fdd8abe3044bd09d48b96217e3a0d2878b13) Fixes missing DEV flag on rebuilds — Thanks @Princesseuh! 8 + 9 + 3 10 ## 0.4.4 4 11 5 12 ### Patch changes
+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.4" 4 + version = "0.4.5" 5 5 license = "MIT" 6 6 edition = "2021" 7 7 ··· 32 32 toml_edit = "0.22.23" 33 33 local-ip-address = "0.6.3" 34 34 flate2 = "1.0.35" 35 - quanta = "0.12.6" 35 + quanta = "0.12.6"
+7
crates/maudit/CHANGELOG.md
··· 1 1 # maudit 2 2 3 + ## 0.5.1 4 + 5 + ### Patch changes 6 + 7 + - [9cd5fdd](https://github.com/bruits/maudit/commit/9cd5fdd8abe3044bd09d48b96217e3a0d2878b13) Updates default quality for webp to 80 to match sharp — Thanks @Princesseuh! 8 + 9 + 3 10 ## 0.5.0 4 11 5 12 ### Minor changes
+2 -2
crates/maudit/Cargo.toml
··· 4 4 documentation = "https://docs.rs/maudit" 5 5 homepage = "https://maudit.org" 6 6 repository = "https://github.com/bruits/maudit" 7 - version = "0.5.0" 7 + version = "0.5.1" 8 8 license = "MIT" 9 9 edition = "2024" 10 10 ··· 46 46 thiserror = "2.0.9" 47 47 blake3 = "1.8.2" 48 48 oxc_sourcemap = "4.1.0" 49 - rayon = "1.11.0" 49 + rayon = "1.11.0"
+7
crates/oubli/CHANGELOG.md
··· 1 1 # oubli 2 2 3 + ## 0.1.2 4 + 5 + ### Patch changes 6 + 7 + - Updated dependencies: maudit@0.5.1 8 + 9 + 3 10 ## 0.1.1 4 11 5 12 ### Patch changes
+2 -2
crates/oubli/Cargo.toml
··· 1 1 [package] 2 2 name = "oubli" 3 3 description = "Library for generating documentation websites with Maudit." 4 - version = "0.1.1" 4 + version = "0.1.2" 5 5 license = "MIT" 6 6 edition = "2021" 7 7 8 8 [dependencies] 9 - maudit = { path = "../maudit", version = "0.5.0" } 9 + maudit = { path = "../maudit", version = "0.5.1" } 10 10 maud = { workspace = true } 11 11 serde = { workspace = true }