Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Xtansia authored Aug 29, 2024
1 parent f0434c8 commit d8f1f9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api_generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_generator"
version = "2.3.0"
version = "2.4.0"
publish = false
description = "Generates source code for opensearch package, from the OpenSearch REST API specs"
repository = "https://github.com/opensearch-project/opensearch-rs"
Expand Down
2 changes: 1 addition & 1 deletion opensearch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opensearch"
version = "2.3.0"
version = "2.4.0"
edition = "2018"
authors = ["Elastic and Contributors", "OpenSearch Contributors"]
description = "Official OpenSearch Rust client"
Expand Down
4 changes: 2 additions & 2 deletions opensearch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
//!
//! ```toml,no_run
//! [dependencies]
//! opensearch = "2.3.0"
//! opensearch = "2.4.0"
//! ```
//! The following _optional_ dependencies may also be useful to create requests and read responses
//!
Expand Down Expand Up @@ -341,7 +341,7 @@
//!
//! ```toml,no_run
//! [dependencies]
//! opensearch = { version = "2.3.0", features = ["aws-auth"] }
//! opensearch = { version = "2.4.0", features = ["aws-auth"] }
//! aws-config = "1"
//! ```
//!
Expand Down
2 changes: 1 addition & 1 deletion yaml_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml_test_runner"
version = "2.3.0"
version = "2.4.0"
publish = false
edition = "2018"
authors = ["Elastic and Contributors", "OpenSearch Contributors"]
Expand Down

0 comments on commit d8f1f9b

Please sign in to comment.