Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge #486
Browse files Browse the repository at this point in the history
486: Update version (v0.25.0) r=curquiza a=curquiza

v0.25.0 will be released once #478 is merged

Co-authored-by: Clémentine Urquizar <[email protected]>
  • Loading branch information
bors[bot] and curquiza authored Apr 6, 2022
2 parents aadb0c5 + 9eec44d commit 4ae7aea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.24.1"
version = "0.25.0"
edition = "2018"
description = "A CLI to interact with a milli index"

Expand Down
2 changes: 1 addition & 1 deletion helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "helpers"
version = "0.24.1"
version = "0.25.0"
authors = ["Clément Renault <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion http-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http-ui"
description = "The HTTP user interface of the milli search engine"
version = "0.24.1"
version = "0.25.0"
authors = ["Clément Renault <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion infos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "infos"
version = "0.24.1"
version = "0.25.0"
authors = ["Clément Renault <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion milli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "milli"
version = "0.24.1"
version = "0.25.0"
authors = ["Kerollmops <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 4ae7aea

Please sign in to comment.