Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Feb 4, 2025
1 parent b750d77 commit d9fa4cd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
58 changes: 29 additions & 29 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ default-members = [
]

[workspace.package]
version = "0.8.0"
version = "0.9.0"
edition = "2021"
homepage = "https://quickwit.io/"
documentation = "https://quickwit.io/docs/"
Expand Down
4 changes: 1 addition & 3 deletions quickwit/quickwit-config/src/source_config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,9 +871,7 @@ mod tests {
let error = load_source_config_from_user_config(ConfigFormat::Json, content.as_bytes())
.unwrap_err();
println!("error: {error}");
assert!(error
.to_string()
.contains("`num_pipelines` must be"));
assert!(error.to_string().contains("`num_pipelines` must be"));
}
{
let content = r#"
Expand Down

0 comments on commit d9fa4cd

Please sign in to comment.