From 9fa5753c36d95ee44f5cb8f70e411a70a4fab115 Mon Sep 17 00:00:00 2001 From: svc-autorelease Date: Wed, 18 Sep 2024 18:52:29 +0000 Subject: [PATCH] Release 4.5.0 [skip ci] --- Cargo.toml | 2 +- changelog/{@unreleased => 4.5.0}/pr-386.v2.yml | 0 conjure-codegen/Cargo.toml | 8 ++++---- conjure-error/Cargo.toml | 2 +- conjure-http/Cargo.toml | 8 ++++---- conjure-macros/Cargo.toml | 6 +++--- conjure-rust/Cargo.toml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) rename changelog/{@unreleased => 4.5.0}/pr-386.v2.yml (100%) diff --git a/Cargo.toml b/Cargo.toml index b22e15cc..e7416ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "4.4.0" +version = "4.5.0" [workspace] resolver = "2" diff --git a/changelog/@unreleased/pr-386.v2.yml b/changelog/4.5.0/pr-386.v2.yml similarity index 100% rename from changelog/@unreleased/pr-386.v2.yml rename to changelog/4.5.0/pr-386.v2.yml diff --git a/conjure-codegen/Cargo.toml b/conjure-codegen/Cargo.toml index a9fb12d6..377f77e3 100644 --- a/conjure-codegen/Cargo.toml +++ b/conjure-codegen/Cargo.toml @@ -25,7 +25,7 @@ toml = "0.8" serde = { version = "1", features = ["derive"] } syn = "2" -conjure-object = { version = "4.4.0", path = "../conjure-object" } -conjure-serde = { version = "4.4.0", path = "../conjure-serde" } -conjure-error = { version = "4.4.0", optional = true, path = "../conjure-error" } -conjure-http = { version = "4.4.0", optional = true, path = "../conjure-http" } +conjure-object = { version = "4.5.0", path = "../conjure-object" } +conjure-serde = { version = "4.5.0", path = "../conjure-serde" } +conjure-error = { version = "4.5.0", optional = true, path = "../conjure-error" } +conjure-http = { version = "4.5.0", optional = true, path = "../conjure-http" } diff --git a/conjure-error/Cargo.toml b/conjure-error/Cargo.toml index 6e27c28b..e020f5a3 100644 --- a/conjure-error/Cargo.toml +++ b/conjure-error/Cargo.toml @@ -12,4 +12,4 @@ readme = "../README.md" serde = "1.0" uuid = { version = "1.1", features = ["v4"] } -conjure-object = { version = "4.4.0", path = "../conjure-object" } +conjure-object = { version = "4.5.0", path = "../conjure-object" } diff --git a/conjure-http/Cargo.toml b/conjure-http/Cargo.toml index 89a3db50..acea0658 100644 --- a/conjure-http/Cargo.toml +++ b/conjure-http/Cargo.toml @@ -14,10 +14,10 @@ macros = ["dep:conjure-macros"] [dependencies] bytes = "1.0" -conjure-error = { version = "4.4.0", path = "../conjure-error" } -conjure-macros = { version = "4.4.0", path = "../conjure-macros", optional = true } -conjure-object = { version = "4.4.0", path = "../conjure-object" } -conjure-serde = { version = "4.4.0", path = "../conjure-serde" } +conjure-error = { version = "4.5.0", path = "../conjure-error" } +conjure-macros = { version = "4.5.0", path = "../conjure-macros", optional = true } +conjure-object = { version = "4.5.0", path = "../conjure-object" } +conjure-serde = { version = "4.5.0", path = "../conjure-serde" } form_urlencoded = "1.0" futures-core = "0.3" futures-util = "0.3" diff --git a/conjure-macros/Cargo.toml b/conjure-macros/Cargo.toml index ec12c21c..fccb81c2 100644 --- a/conjure-macros/Cargo.toml +++ b/conjure-macros/Cargo.toml @@ -19,8 +19,8 @@ structmeta = "0.3.0" syn = { version = "2.0.15", features = ["full"] } [dev-dependencies] -conjure-error = { path = "../conjure-error", version = "4.4.0" } -conjure-http = { path = "../conjure-http", version = "4.4.0", features = [ +conjure-error = { path = "../conjure-error", version = "4.5.0" } +conjure-http = { path = "../conjure-http", version = "4.5.0", features = [ "macros", ] } -conjure-object = { path = "../conjure-object", version = "4.4.0" } +conjure-object = { path = "../conjure-object", version = "4.5.0" } diff --git a/conjure-rust/Cargo.toml b/conjure-rust/Cargo.toml index 8fcc0a4f..5336416d 100644 --- a/conjure-rust/Cargo.toml +++ b/conjure-rust/Cargo.toml @@ -8,4 +8,4 @@ license = "Apache-2.0" [dependencies] clap = { version = "4", features = ["derive"] } -conjure-codegen = { version = "4.4.0", path = "../conjure-codegen" } +conjure-codegen = { version = "4.5.0", path = "../conjure-codegen" }