Skip to content

Commit

Permalink
chore: release v0.1.59 (#387)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `pavex`: 0.1.58 -> 0.1.59
* `pavex_bp_schema`: 0.1.58 -> 0.1.59
* `pavex_reflection`: 0.1.58 -> 0.1.59
* `pavex_macros`: 0.1.58 -> 0.1.59
* `persist_if_changed`: 0.1.58 -> 0.1.59
* `pavex_tracing`: 0.1.58 -> 0.1.59
* `pavex_cli`: 0.1.58 -> 0.1.59
* `pavex_cli_deps`: 0.1.58 -> 0.1.59
* `pavex_miette`: 0.1.58 -> 0.1.59
* `pavexc_cli_client`: 0.1.58 -> 0.1.59
* `pavexc`: 0.1.58 -> 0.1.59
* `pavexc_rustdoc_types`: 0.1.58 -> 0.1.59
* `pavex_cli_client`: 0.1.58 -> 0.1.59
* `pavex_session`: 0.1.58 -> 0.1.59
* `pavex_session_memory_store`: 0.1.58 -> 0.1.59
* `pavex_session_sqlx`: 0.1.58 -> 0.1.59
* `pavexc_cli`: 0.1.58 -> 0.1.59
* `generate_from_path`: 0.1.58 -> 0.1.59

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

## `pavex`
<blockquote>

##
[0.1.59](0.1.58...0.1.59)
- 2024-12-01

### Fixed

- Disable default features for server SDK's dependencies
([#386](#386))

### Other

- Disable workspace hack before a release
- Re-enable workspace hack after a release
([#385](#385))
</blockquote>


</p></details>

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

---------

Co-authored-by: pavex-releaser[bot] <[email protected]>
Co-authored-by: pavex-releaser[bot] <167640712+pavex-releaser[bot]@users.noreply.github.com>
Co-authored-by: Luca Palmieri <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2024
1 parent f17ba82 commit f34db1a
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 273 deletions.
6 changes: 6 additions & 0 deletions libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.59](https://github.com/LukeMathWalker/pavex/compare/0.1.58...0.1.59) - 2024-12-01

### Fixed

- Disable default features for server SDK's dependencies ([#386](https://github.com/LukeMathWalker/pavex/pull/386))

## [0.1.58](https://github.com/LukeMathWalker/pavex/compare/0.1.57...0.1.58) - 2024-11-29

### Fixed
Expand Down
122 changes: 19 additions & 103 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 @@ -12,7 +12,7 @@ edition = "2021"
repository = "https://github.com/LukeMathWalker/pavex"
homepage = "https://pavex.dev"
license = "Apache-2.0"
version = "0.1.58"
version = "0.1.59"

[workspace.dependencies]
vergen-gitcl = { version = "1.0.1", features = ["build"] }
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 }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
9 changes: 4 additions & 5 deletions libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ futures-util = { workspace = true }
mime = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true, features = ["derive"] }
pavex_macros = { path = "../pavex_macros", version = "0.1.58" }
pavex_macros = { path = "../pavex_macros", version = "0.1.59" }
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.58" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.58" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.58" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "=0.1.59" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.59" }
persist_if_changed = { path = "../persist_if_changed", version = "0.1.59" }

# Route parameters
matchit = { workspace = true }
Expand Down Expand Up @@ -78,7 +78,6 @@ hyper-util = { workspace = true, features = [
], optional = true }
socket2 = { workspace = true, optional = true }
smallvec = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_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.58" }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
pavex_reflection = { path = "../pavex_reflection", version = "=0.1.59" }
Loading

0 comments on commit f34db1a

Please sign in to comment.