Skip to content

Commit

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

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

## `pavex`
<blockquote>

##
[0.1.38](0.1.37...0.1.38)
- 2024-04-28

### Added
- Rework CLI introspections
([#292](#292))

### Fixed
- anyhow::Result<Self> can be returned from constructors and other
fallible components
([#293](#293))
</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 28, 2024
1 parent 6077a6f commit f42b883
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 198 deletions.
8 changes: 8 additions & 0 deletions libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.38](https://github.com/LukeMathWalker/pavex/compare/0.1.37...0.1.38) - 2024-04-28

### Added
- Rework CLI introspections ([#292](https://github.com/LukeMathWalker/pavex/pull/292))

### Fixed
- anyhow::Result<Self> can be returned from constructors and other fallible components ([#293](https://github.com/LukeMathWalker/pavex/pull/293))

## [0.1.37](https://github.com/LukeMathWalker/pavex/compare/0.1.36...0.1.37) - 2024-04-27

### Fixed
Expand Down
89 changes: 14 additions & 75 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.37"
version = "0.1.38"

[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 = { workspace = true }
walkdir = { workspace = true }
sanitize-filename = { workspace = true }
regex = { workspace = true }
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 = { workspace = true }
mime = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true, features = ["derive"] }
pavex_macros = { path = "../pavex_macros", version = "0.1.37" }
pavex_macros = { path = "../pavex_macros", version = "0.1.38" }
paste = { workspace = true }
tracing = { workspace = true }
http-body-util = { workspace = true }
pin-project-lite = { workspace = true }
ubyte = { workspace = true, features = ["serde"] }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "=0.1.37" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.37" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.37" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "=0.1.38" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.38" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.38" }

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

[dev-dependencies]
tokio = { workspace = true, 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 = { workspace = true, features = ["derive"] }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.37" }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.38" }
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.37" }
pavexc_cli_client = { path = "../pavexc_cli_client", version = "0.1.38" }
clap = { workspace = true, features = ["derive", "env"] }
pavex_miette = { path = "../pavex_miette", version = "0.1.37" }
pavex_miette = { path = "../pavex_miette", version = "0.1.38" }
miette = { workspace = true }
fs-err = { workspace = true }
tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }
Expand Down Expand Up @@ -63,7 +63,6 @@ jsonwebtoken = { workspace = true }
ring = { workspace = true }
pem = { workspace = true }
time = { workspace = true }
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 = { workspace = true }
pavex = { path = "../pavex", version = "0.1.37" }
pavex = { path = "../pavex", version = "0.1.38" }
thiserror = { workspace = true }
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 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
workspace_hack = { version = "0.1", path = "../workspace_hack" }

[dev-dependencies]
trybuild = { workspace = true }
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 = { workspace = true }
supports-color = { workspace = true }
supports-unicode = { workspace = true }
terminal_size = { workspace = true }
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 = { workspace = true, 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 = { workspace = true }
serde_json = { workspace = true }
itertools = { workspace = true }
sha2 = { workspace = true }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.37" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.38" }
object-pool = { workspace = true }
num_cpus = { workspace = true }
globwalk = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
regex = { workspace = true }
once_cell = { workspace = true }
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 = { workspace = true, features = ["std"] }
pavex = { version = "0.1.37", path = "../pavex" }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
pavex = { version = "0.1.38", 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 = { workspace = true, features = ["build", "git", "gitcl"] }
debug_assertions = []

[dependencies]
pavex = { path = "../pavex", version = "0.1.37" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "0.1.37" }
pavex = { path = "../pavex", version = "0.1.38" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "0.1.38" }
syn = { workspace = true, features = ["full", "extra-traits", "visit"] }
rustdoc-types = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down Expand Up @@ -48,7 +48,7 @@ textwrap = { workspace = true }
once_cell = { workspace = true }
toml_edit = { workspace = true, features = ["serde"] }
semver = { workspace = true }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.37" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.38" }
matchit = { version = "0.7", package = "pavex_matchit" }
relative-path = { workspace = true }

Expand All @@ -60,4 +60,3 @@ r2d2 = { workspace = true }
bincode = { workspace = true }
rayon = { workspace = true }
num_cpus = { workspace = true }
workspace_hack = { version = "0.1", path = "../workspace_hack" }
Loading

0 comments on commit f42b883

Please sign in to comment.