Skip to content

Commit ffb34c6

Browse files
ver: bump version 0.5.0
1 parent 530e115 commit ffb34c6

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

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

3+
## V 0.5.0
4+
5+
- [Doc] Fix missing support for unstable feature `doc(cfg)`.
6+
- [Doc] Add link to `valust-axum` crate.
7+
- [Feat] Add basic regex support.
8+
39
## V 0.4.0
410

511
- Add: Rework `Validate` trait.

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.4.0"
12+
version = "0.5.0"
1313
edition = "2021"
1414

1515
authors = ["Embers-of-the-Fire <[email protected]>"]
@@ -43,10 +43,10 @@ mime = { version = "0.3.17" }
4343
regex = { version = "1.11.1" }
4444

4545
# Internal dependencies
46-
valust = { path = "src/valust", version = "0.4.0" }
47-
valust-derive = { path = "src/valust-derive", version = "0.4.0" }
48-
valust-utils = { path = "crates/valust-utils", version = "0.4.0" }
49-
valust-axum = { path = "crates/valust-axum", version = "0.4.0" }
46+
valust = { path = "src/valust", version = "0.5.0" }
47+
valust-derive = { path = "src/valust-derive", version = "0.5.0" }
48+
valust-utils = { path = "crates/valust-utils", version = "0.5.0" }
49+
valust-axum = { path = "crates/valust-axum", version = "0.5.0" }
5050

5151
[workspace.lints.rust]
5252
missing_docs = "warn"

0 commit comments

Comments
 (0)