Skip to content

Commit

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

* Update CHANGES.md

* Bump up version to 0.8.4

* Update Changes.md
  • Loading branch information
mosuka authored Nov 8, 2020
1 parent 18aeb36 commit 2e21b19
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
- Resolve hostname #111 @mosuka
## 0.8.4 (2020-11-09)
- Bump up version to 0.8.4 #113 @mosuka
- Resolve hostname #112 @mosuka
- Resolve hostname #111 @mosuka

## 0.8.3 (2020-11-07)
- Bump up version to 0.8.3 #110 @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.3"
version = "0.8.4"
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.3"
version = "0.8.4"
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.3"
version = "0.8.4"
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.3"
version = "0.8.4"
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.3"
version = "0.8.4"
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.3"
version = "0.8.4"
authors = ["Minoru Osuka <[email protected]>"]
edition = "2018"
description = "A distributed search server."
Expand Down

0 comments on commit 2e21b19

Please sign in to comment.