Skip to content

Commit

Permalink
chore: release (#269)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `pavex`: 0.1.31 -> 0.1.32
* `pavex_bp_schema`: 0.1.31 -> 0.1.32
* `pavex_reflection`: 0.1.31 -> 0.1.32
* `pavex_macros`: 0.1.31 -> 0.1.32
* `persist_if_changed`: 0.1.31 -> 0.1.32
* `pavex_tracing`: 0.1.31 -> 0.1.32
* `pavex_cli`: 0.1.31 -> 0.1.32
* `pavex_miette`: 0.1.31 -> 0.1.32
* `pavexc_cli_client`: 0.1.31 -> 0.1.32
* `pavexc`: 0.1.31 -> 0.1.32
* `pavex_cli_client`: 0.1.31 -> 0.1.32
* `pavexc_cli`: 0.1.31 -> 0.1.32
* `generate_from_path`: 0.1.31 -> 0.1.32

<details><summary><i><b>Changelog</b></i></summary><p>

## `pavex`
<blockquote>

##
[0.1.31](0.1.30...0.1.31)
- 2024-04-21

### Other
- Centralize version.
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: pavex-releaser[bot] <167640712+pavex-releaser[bot]@users.noreply.github.com>
  • Loading branch information
pavex-releaser[bot] authored Apr 21, 2024
1 parent a208cf1 commit a35422c
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 177 deletions.
82 changes: 14 additions & 68 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
repository = "https://github.com/LukeMathWalker/pavex"
homepage = "https://pavex.dev"
license = "Apache-2.0"
version = "0.1.31"
version = "0.1.32"

[workspace.dependencies]
vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] }
Expand Down
1 change: 0 additions & 1 deletion libs/generate_from_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ indicatif = "0.17.7"
walkdir = "2.4.0"
sanitize-filename = "0.5"
regex = "1.10.2"
workspace_hack = { version = "0.1", path = "../workspace_hack" }
9 changes: 4 additions & 5 deletions libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ futures-util = "0.3"
mime = "0.3"
thiserror = "1"
serde = { version = "1", features = ["derive"] }
pavex_macros = { path = "../pavex_macros", version = "0.1.31" }
pavex_macros = { path = "../pavex_macros", version = "0.1.32" }
paste = "1"
tracing = "0.1"
http-body-util = "0.1"
pin-project-lite = "0.2"
ubyte = { version = "0.10.4", features = ["serde"] }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "=0.1.31" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.31" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.31" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "=0.1.32" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.32" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.32" }

# Route parameters
matchit = { version = "0.7", package = "pavex_matchit" }
Expand Down Expand Up @@ -66,7 +66,6 @@ hyper = { version = "1", features = ["full"], optional = true }
hyper-util = { version = "0.1", features = ["tokio", "server", "server-auto"], optional = true }
socket2 = { version = "0.5.3", optional = true }
smallvec = "1"
workspace_hack = { version = "0.1", path = "../workspace_hack" }

[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
Expand Down
3 changes: 1 addition & 2 deletions libs/pavex_bp_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ license.workspace = true

[dependencies]
serde = { version = "1", features = ["derive"] }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.31" }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.32" }
5 changes: 2 additions & 3 deletions libs/pavex_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ harness = false
vergen = { workspace = true }

[dependencies]
pavexc_cli_client = { path = "../pavexc_cli_client", version = "0.1.31" }
pavexc_cli_client = { path = "../pavexc_cli_client", version = "0.1.32" }
clap = { version = "4", features = ["derive", "env"] }
pavex_miette = { path = "../pavex_miette", version = "0.1.31" }
pavex_miette = { path = "../pavex_miette", version = "0.1.32" }
miette = { version = "6.0.1" }
fs-err = "2.7.0"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
Expand Down Expand Up @@ -54,7 +54,6 @@ secrecy = { version = "0.8.0", features = ["serde"] }
clap-stdin = "0.4.0"
owo-colors = "4.0.0"
anstyle = "1.0.6"
workspace_hack = { version = "0.1", path = "../workspace_hack" }

[dev-dependencies]
pavex_test_runner = { path = "../pavex_test_runner" }
Expand Down
3 changes: 1 addition & 2 deletions libs/pavex_cli_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ license.workspace = true

[dependencies]
anyhow = "1"
pavex = { path = "../pavex", version = "0.1.31" }
pavex = { path = "../pavex", version = "0.1.32" }
thiserror = "1.0.56"
workspace_hack = { version = "0.1", path = "../workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavex_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ proc-macro = true
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
workspace_hack = { version = "0.1", path = "../workspace_hack" }

[dev-dependencies]
trybuild = "1.0"
Expand Down
1 change: 0 additions & 1 deletion libs/pavex_miette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ supports-hyperlinks = { version = "3.0.0" }
supports-color = { version = "3.0.0" }
supports-unicode = { version = "3.0.0" }
terminal_size = { version = "0.3" }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
1 change: 0 additions & 1 deletion libs/pavex_reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ license.workspace = true

[dependencies]
serde = { version = "1", features = ["derive"] }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
3 changes: 1 addition & 2 deletions libs/pavex_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ walkdir = "2"
serde_json = "1"
itertools = "0.12"
sha2 = "0.10.6"
persist_if_changed = { path = "../persist_if_changed", version = "0.1.31" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.32" }
object-pool = "0.5"
num_cpus = "1"
globwalk = "0.9.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
regex = "1.10.2"
once_cell = "1.19.0"
workspace_hack = { version = "0.1", path = "../workspace_hack" }
3 changes: 1 addition & 2 deletions libs/pavex_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ readme = "README.md"

[dependencies]
tracing = { version = "0.1", default-features = false, features = ["std"] }
pavex = { version = "0.1.31", path = "../pavex" }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
pavex = { version = "0.1.32", path = "../pavex" }
7 changes: 3 additions & 4 deletions libs/pavexc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] }
debug_assertions = []

[dependencies]
pavex = { path = "../pavex", version = "0.1.31" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "0.1.31" }
pavex = { path = "../pavex", version = "0.1.32" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "0.1.32" }
syn = { version = "2", features = ["full", "extra-traits", "visit"] }
rustdoc-types = "0.24.0"
serde = { version = "1.0.139", features = ["derive"] }
Expand Down Expand Up @@ -49,7 +49,7 @@ textwrap = "0.16.0"
once_cell = "1.17.1"
toml_edit = { version = "0.21", features = ["serde"] }
semver = "1.0.17"
persist_if_changed = { path = "../persist_if_changed", version = "0.1.31" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.32" }
matchit = { version = "0.7", package = "pavex_matchit" }

# Sqlite cache
Expand All @@ -60,4 +60,3 @@ r2d2 = "0.8"
bincode = "1"
rayon = "1.7"
num_cpus = "1.15.0"
workspace_hack = { version = "0.1", path = "../workspace_hack" }
Loading

0 comments on commit a35422c

Please sign in to comment.