Skip to content

Commit

Permalink
Bump up version to 0.8.3 (#110)
Browse files Browse the repository at this point in the history
* Bump up version to 0.8.3

* Update CHANGES.md
  • Loading branch information
mosuka authored Nov 7, 2020
1 parent 23c3f8a commit c62175a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions 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 bayard-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-cli"
version = "0.8.2"
version = "0.8.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "Command line interface for Bayard."
Expand Down
2 changes: 1 addition & 1 deletion bayard-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-client"
version = "0.8.2"
version = "0.8.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "Client library for Bayard."
Expand Down
2 changes: 1 addition & 1 deletion bayard-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-common"
version = "0.8.2"
version = "0.8.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "Common library for Bayard."
Expand Down
2 changes: 1 addition & 1 deletion bayard-rest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-rest"
version = "0.8.2"
version = "0.8.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "REST API server for Bayard."
Expand Down
2 changes: 1 addition & 1 deletion bayard-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard-server"
version = "0.8.2"
version = "0.8.3"
authors = ["MinoruOsuka <[email protected]>"]
edition = "2018"
description = "Bayard is a distributed search server."
Expand Down
2 changes: 1 addition & 1 deletion bayard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bayard"
version = "0.8.2"
version = "0.8.3"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "A distributed search server."
Expand Down

0 comments on commit c62175a

Please sign in to comment.