From ace5d8f36375b79e25b07df07c19f378760bde28 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Sat, 7 Nov 2020 23:53:18 +0900 Subject: [PATCH 1/4] Bump up version to 0.8.3 --- Cargo.lock | 12 ++++++------ bayard-cli/Cargo.toml | 2 +- bayard-client/Cargo.toml | 2 +- bayard-common/Cargo.toml | 2 +- bayard-rest/Cargo.toml | 2 +- bayard-server/Cargo.toml | 2 +- bayard/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48fc927..b9d871a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42" [[package]] name = "bayard" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bayard-client", "bayard-common", @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "bayard-cli" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bayard-client", "bayard-common", @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "bayard-client" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bayard-proto", "bayard-server", @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "bayard-common" -version = "0.8.2" +version = "0.8.3" dependencies = [ "crossbeam-channel", "ctrlc", @@ -618,7 +618,7 @@ dependencies = [ [[package]] name = "bayard-rest" -version = "0.8.2" +version = "0.8.3" dependencies = [ "actix", "actix-cors", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "bayard-server" -version = "0.8.2" +version = "0.8.3" dependencies = [ "async-std", "bayard-proto", diff --git a/bayard-cli/Cargo.toml b/bayard-cli/Cargo.toml index b9a1a9c..bd07a82 100644 --- a/bayard-cli/Cargo.toml +++ b/bayard-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-cli" -version = "0.8.2" +version = "0.8.3" authors = ["Minoru Osuka "] edition = "2018" description = "Command line interface for Bayard." diff --git a/bayard-client/Cargo.toml b/bayard-client/Cargo.toml index f4024d3..e3fe5e7 100644 --- a/bayard-client/Cargo.toml +++ b/bayard-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-client" -version = "0.8.2" +version = "0.8.3" authors = ["Minoru Osuka "] edition = "2018" description = "Client library for Bayard." diff --git a/bayard-common/Cargo.toml b/bayard-common/Cargo.toml index f0bac1c..cfec968 100644 --- a/bayard-common/Cargo.toml +++ b/bayard-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-common" -version = "0.8.2" +version = "0.8.3" authors = ["Minoru Osuka "] edition = "2018" description = "Common library for Bayard." diff --git a/bayard-rest/Cargo.toml b/bayard-rest/Cargo.toml index 023c4ce..cc2bfbd 100644 --- a/bayard-rest/Cargo.toml +++ b/bayard-rest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-rest" -version = "0.8.2" +version = "0.8.3" authors = ["Minoru Osuka "] edition = "2018" description = "REST API server for Bayard." diff --git a/bayard-server/Cargo.toml b/bayard-server/Cargo.toml index 38804a6..c616245 100644 --- a/bayard-server/Cargo.toml +++ b/bayard-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-server" -version = "0.8.2" +version = "0.8.3" authors = ["MinoruOsuka "] edition = "2018" description = "Bayard is a distributed search server." diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 4ccc746..1556950 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard" -version = "0.8.2" +version = "0.8.3" authors = ["Minoru Osuka "] edition = "2018" description = "A distributed search server." From fbbddb19367ff4f8d89aac39893f65dcae36bfcf Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Sat, 7 Nov 2020 23:55:02 +0900 Subject: [PATCH 2/4] Update CHANGES.md --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fd00bee..cca8565 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.8.3 (2020-11-07) +- Bump up version to 0.8.3 #110 @mosuka - Update dependencies #109 @mosuka - Fixed a bug that did not return schema #108 @mosuka - Update Dockerfile #107 @mosuka From 2072444bb98d7072760b3638cc8420dcaa5d583c Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Mon, 9 Nov 2020 01:08:27 +0900 Subject: [PATCH 3/4] Bump up version to 0.8.4 --- CHANGES.md | 4 ++++ Cargo.lock | 12 ++++++------ bayard-cli/Cargo.toml | 2 +- bayard-client/Cargo.toml | 2 +- bayard-common/Cargo.toml | 2 +- bayard-rest/Cargo.toml | 2 +- bayard-server/Cargo.toml | 2 +- bayard/Cargo.toml | 2 +- 8 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cca8565..345905c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.8.4 (2020-11-09) +- Resolve hostname #112 @mosuka +- Resolve hostname #111 @mosuka + ## 0.8.3 (2020-11-07) - Bump up version to 0.8.3 #110 @mosuka - Update dependencies #109 @mosuka diff --git a/Cargo.lock b/Cargo.lock index b9d871a..dc36d71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42" [[package]] name = "bayard" -version = "0.8.3" +version = "0.8.4" dependencies = [ "bayard-client", "bayard-common", @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "bayard-cli" -version = "0.8.3" +version = "0.8.4" dependencies = [ "bayard-client", "bayard-common", @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "bayard-client" -version = "0.8.3" +version = "0.8.4" dependencies = [ "bayard-proto", "bayard-server", @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "bayard-common" -version = "0.8.3" +version = "0.8.4" dependencies = [ "crossbeam-channel", "ctrlc", @@ -618,7 +618,7 @@ dependencies = [ [[package]] name = "bayard-rest" -version = "0.8.3" +version = "0.8.4" dependencies = [ "actix", "actix-cors", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "bayard-server" -version = "0.8.3" +version = "0.8.4" dependencies = [ "async-std", "bayard-proto", diff --git a/bayard-cli/Cargo.toml b/bayard-cli/Cargo.toml index bd07a82..70747c9 100644 --- a/bayard-cli/Cargo.toml +++ b/bayard-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-cli" -version = "0.8.3" +version = "0.8.4" authors = ["Minoru Osuka "] edition = "2018" description = "Command line interface for Bayard." diff --git a/bayard-client/Cargo.toml b/bayard-client/Cargo.toml index e3fe5e7..44a4593 100644 --- a/bayard-client/Cargo.toml +++ b/bayard-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-client" -version = "0.8.3" +version = "0.8.4" authors = ["Minoru Osuka "] edition = "2018" description = "Client library for Bayard." diff --git a/bayard-common/Cargo.toml b/bayard-common/Cargo.toml index cfec968..dac607a 100644 --- a/bayard-common/Cargo.toml +++ b/bayard-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-common" -version = "0.8.3" +version = "0.8.4" authors = ["Minoru Osuka "] edition = "2018" description = "Common library for Bayard." diff --git a/bayard-rest/Cargo.toml b/bayard-rest/Cargo.toml index cc2bfbd..4e02e08 100644 --- a/bayard-rest/Cargo.toml +++ b/bayard-rest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-rest" -version = "0.8.3" +version = "0.8.4" authors = ["Minoru Osuka "] edition = "2018" description = "REST API server for Bayard." diff --git a/bayard-server/Cargo.toml b/bayard-server/Cargo.toml index c616245..1dc544b 100644 --- a/bayard-server/Cargo.toml +++ b/bayard-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard-server" -version = "0.8.3" +version = "0.8.4" authors = ["MinoruOsuka "] edition = "2018" description = "Bayard is a distributed search server." diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 1556950..278446a 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bayard" -version = "0.8.3" +version = "0.8.4" authors = ["Minoru Osuka "] edition = "2018" description = "A distributed search server." From e019841878bbe55412c64db667e0545772f57c73 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Mon, 9 Nov 2020 01:15:26 +0900 Subject: [PATCH 4/4] Update Changes.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 345905c..fb78cee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## 0.8.4 (2020-11-09) +- Bump up version to 0.8.4 #113 @mosuka - Resolve hostname #112 @mosuka - Resolve hostname #111 @mosuka