diff --git a/README.md b/README.md index 0f6141e..4987fb3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ schemsearch-cli --help ## Roadmap A list of features that are planned to be implemented in the future. In order of priority. -- [ ] Full JSON output (Progressbar) - [ ] Use AVX2 for faster search - [ ] Tile entities data search - [ ] Entities search diff --git a/schemsearch-cli/Cargo.toml b/schemsearch-cli/Cargo.toml index 85a7786..45abc9f 100644 --- a/schemsearch-cli/Cargo.toml +++ b/schemsearch-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-cli" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" diff --git a/schemsearch-faster/Cargo.toml b/schemsearch-faster/Cargo.toml index f073e1c..4808577 100644 --- a/schemsearch-faster/Cargo.toml +++ b/schemsearch-faster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch_faster" -version = "0.1.1" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" diff --git a/schemsearch-files/Cargo.toml b/schemsearch-files/Cargo.toml index 8134d7e..0b65862 100644 --- a/schemsearch-files/Cargo.toml +++ b/schemsearch-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-files" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/schemsearch-java/Cargo.toml b/schemsearch-java/Cargo.toml index f8eb27c..bbfbd8e 100644 --- a/schemsearch-java/Cargo.toml +++ b/schemsearch-java/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-java" -version = "0.1.1" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" diff --git a/schemsearch-lib/Cargo.toml b/schemsearch-lib/Cargo.toml index 5c33e50..aa7c963 100644 --- a/schemsearch-lib/Cargo.toml +++ b/schemsearch-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-lib" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" diff --git a/schemsearch-sql/Cargo.toml b/schemsearch-sql/Cargo.toml index b4825df..39919c8 100644 --- a/schemsearch-sql/Cargo.toml +++ b/schemsearch-sql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-sql" -version = "0.1.1" +version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later"