Skip to content

Commit

Permalink
Bump crate version to 4.7.0 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsyu1 authored Aug 18, 2023
1 parent 9dbf487 commit 11e4623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "4.5.0"
version = "4.7.0"

[workspace]
members = [
Expand Down
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-166.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: fix
fix:
description: Bump crate version to 4.7.0
links:
- https://github.com/palantir/conjure-rust-runtime/pull/166
2 changes: 1 addition & 1 deletion conjure-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1.0"
conjure-error = "3.6"
conjure-http = "3.6"
conjure-object = "3.6"
conjure-runtime-config = { version = "4.5.0", path = "../conjure-runtime-config" }
conjure-runtime-config = { version = "4.7.0", path = "../conjure-runtime-config" }
conjure-serde = "3.6"
flate2 = "1.0"
futures = "0.3"
Expand Down

0 comments on commit 11e4623

Please sign in to comment.