Skip to content

Commit 3954a01

Browse files
chore: release v0.44.2
1 parent bb9e028 commit 3954a01

20 files changed

Lines changed: 89 additions & 74 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.44.3](https://github.com/facet-rs/facet/compare/facet-default-v0.44.2...facet-default-v0.44.3) - 2026-03-16
11+
12+
### Other
13+
14+
- updated the following local packages: facet
15+
1016
## [0.44.2](https://github.com/facet-rs/facet/compare/facet-core-v0.44.1...facet-core-v0.44.2) - 2026-03-12
1117

1218
### Added

Cargo.lock

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

facet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "facet-core"
3-
version = "0.44.2"
3+
version = "0.44.3"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

facet-default/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["rust-patterns", "development-tools"]
1515
rustdoc-args = ["--html-in-header", "arborium-header.html"]
1616

1717
[dependencies]
18-
facet = { path = "../facet", version = "0.44.2" }
18+
facet = { path = "../facet", version = "0.44.3" }
1919

2020
[dev-dependencies]
2121
facet = { path = "../facet" }

facet-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["rust-patterns", "development-tools"]
1515
rustdoc-args = ["--html-in-header", "arborium-header.html"]
1616

1717
[dependencies]
18-
facet = { path = "../facet", version = "0.44.2" }
18+
facet = { path = "../facet", version = "0.44.3" }
1919

2020
[dev-dependencies]
2121
facet = { path = "../facet" }

facet-macro-parse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "facet-macro-parse"
3-
version = "0.44.2"
3+
version = "0.44.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -15,7 +15,7 @@ homepage = "https://facet.rs"
1515
rustdoc-args = ["--html-in-header", "arborium-header.html"]
1616

1717
[dependencies]
18-
facet-macro-types = { version = "0.44.2", path = "../facet-macro-types" }
18+
facet-macro-types = { version = "0.44.3", path = "../facet-macro-types" }
1919
proc-macro2 = "1"
2020
quote = { workspace = true }
2121

facet-macro-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "facet-macro-types"
3-
version = "0.44.2"
3+
version = "0.44.3"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

facet-macros-impl/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "facet-macros-impl"
3-
version = "0.44.2"
3+
version = "0.44.3"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
@@ -30,8 +30,8 @@ doc = []
3030
helpful-derive = ["dep:strsim"]
3131

3232
[dependencies]
33-
facet-macro-parse = { version = "0.44.2", path = "../facet-macro-parse" }
34-
facet-macro-types = { version = "0.44.2", path = "../facet-macro-types" }
33+
facet-macro-parse = { version = "0.44.3", path = "../facet-macro-parse" }
34+
facet-macro-types = { version = "0.44.3", path = "../facet-macro-types" }
3535
proc-macro2 = "1.0.95"
3636
quote = { workspace = true }
3737
strsim = { workspace = true, optional = true }

facet-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "facet-macros"
3-
version = "0.44.2"
3+
version = "0.44.3"
44
edition.workspace = true
55
repository.workspace = true
66
license.workspace = true
@@ -31,7 +31,7 @@ doc = ["facet-macros-impl/doc"]
3131
helpful-derive = ["facet-macros-impl/helpful-derive"]
3232

3333
[dependencies]
34-
facet-macros-impl = { version = "0.44.2", path = "../facet-macros-impl", default-features = false }
34+
facet-macros-impl = { version = "0.44.3", path = "../facet-macros-impl", default-features = false }
3535

3636
# cf. https://hachyderm.io/@epage/114141126315983016
3737
[target.'cfg(any())'.dependencies]

0 commit comments

Comments
 (0)