diff --git a/Cargo.toml b/Cargo.toml index aa94c3b5..aa4a4cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "4.1.0" +version = "4.2.0" [workspace] resolver = "2" diff --git a/changelog/@unreleased/pr-361.v2.yml b/changelog/4.2.0/pr-361.v2.yml similarity index 100% rename from changelog/@unreleased/pr-361.v2.yml rename to changelog/4.2.0/pr-361.v2.yml diff --git a/conjure-codegen/Cargo.toml b/conjure-codegen/Cargo.toml index e1191cb0..09d8ad95 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.1.0", path = "../conjure-object" } -conjure-serde = { version = "4.1.0", path = "../conjure-serde" } -conjure-error = { version = "4.1.0", optional = true, path = "../conjure-error" } -conjure-http = { version = "4.1.0", optional = true, path = "../conjure-http" } +conjure-object = { version = "4.2.0", path = "../conjure-object" } +conjure-serde = { version = "4.2.0", path = "../conjure-serde" } +conjure-error = { version = "4.2.0", optional = true, path = "../conjure-error" } +conjure-http = { version = "4.2.0", optional = true, path = "../conjure-http" } diff --git a/conjure-error/Cargo.toml b/conjure-error/Cargo.toml index ec980b96..df087540 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.1.0", path = "../conjure-object" } +conjure-object = { version = "4.2.0", path = "../conjure-object" } diff --git a/conjure-http/Cargo.toml b/conjure-http/Cargo.toml index d238a39a..1fae6b5f 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.1.0", path = "../conjure-error" } -conjure-macros = { version = "4.1.0", path = "../conjure-macros", optional = true } -conjure-object = { version = "4.1.0", path = "../conjure-object" } -conjure-serde = { version = "4.1.0", path = "../conjure-serde" } +conjure-error = { version = "4.2.0", path = "../conjure-error" } +conjure-macros = { version = "4.2.0", path = "../conjure-macros", optional = true } +conjure-object = { version = "4.2.0", path = "../conjure-object" } +conjure-serde = { version = "4.2.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 69ab15a0..fb66c4d0 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.1.0" } -conjure-http = { path = "../conjure-http", version = "4.1.0", features = [ +conjure-error = { path = "../conjure-error", version = "4.2.0" } +conjure-http = { path = "../conjure-http", version = "4.2.0", features = [ "macros", ] } -conjure-object = { path = "../conjure-object", version = "4.1.0" } +conjure-object = { path = "../conjure-object", version = "4.2.0" } diff --git a/conjure-rust/Cargo.toml b/conjure-rust/Cargo.toml index 82ec3545..4c53c916 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.1.0", path = "../conjure-codegen" } +conjure-codegen = { version = "4.2.0", path = "../conjure-codegen" }