Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Bump version on 2.x to 2.4.0 #286

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading