Skip to content

Commit da488ee

Browse files
chore(release): bump versions and changelogs (#33)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9cd5fdd commit da488ee

9 files changed

Lines changed: 42 additions & 29 deletions

File tree

.sampo/changesets/grumpy-earl-vainamoinen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.sampo/changesets/venerable-duchess-loviatar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

Cargo.lock

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/maudit-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# maudit-cli
22

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+
310
## 0.4.4
411

512
### Patch changes

crates/maudit-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "maudit-cli"
33
description = "CLI to operate on maudit projects."
4-
version = "0.4.4"
4+
version = "0.4.5"
55
license = "MIT"
66
edition = "2021"
77

@@ -32,4 +32,4 @@ tar = "0.4.43"
3232
toml_edit = "0.22.23"
3333
local-ip-address = "0.6.3"
3434
flate2 = "1.0.35"
35-
quanta = "0.12.6"
35+
quanta = "0.12.6"

crates/maudit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# maudit
22

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+
310
## 0.5.0
411

512
### Minor changes

crates/maudit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Library for generating static websites."
44
documentation = "https://docs.rs/maudit"
55
homepage = "https://maudit.org"
66
repository = "https://github.com/bruits/maudit"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
license = "MIT"
99
edition = "2024"
1010

@@ -46,4 +46,4 @@ dyn-eq = "0.1.3"
4646
thiserror = "2.0.9"
4747
blake3 = "1.8.2"
4848
oxc_sourcemap = "4.1.0"
49-
rayon = "1.11.0"
49+
rayon = "1.11.0"

crates/oubli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# oubli
22

3+
## 0.1.2
4+
5+
### Patch changes
6+
7+
- Updated dependencies: maudit@0.5.1
8+
9+
310
## 0.1.1
411

512
### Patch changes

crates/oubli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "oubli"
33
description = "Library for generating documentation websites with Maudit."
4-
version = "0.1.1"
4+
version = "0.1.2"
55
license = "MIT"
66
edition = "2021"
77

88
[dependencies]
9-
maudit = { path = "../maudit", version = "0.5.0" }
9+
maudit = { path = "../maudit", version = "0.5.1" }
1010
maud = { workspace = true }
1111
serde = { workspace = true }

0 commit comments

Comments
 (0)