Skip to content

Commit

Permalink
Updated changelog and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Feb 5, 2022
1 parent 16b4117 commit b4a88db
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.1.0

### Added

Expand Down
3 changes: 2 additions & 1 deletion crates/bonsaidb-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ repository = "https://github.com/khonsulabs/bonsaidb"
license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations"]
readme = "./README.md"
readme = "../../README.md"
homepage = "https://bonsaidb.io/"

[features]
default = ["full"]
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations"]
readme = "../../README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-keystorage-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["s3", "bonsaidb", "keystorage"]
categories = ["config"]
readme = "../../README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[dependencies]
aws-sdk-s3 = { version = "0.6" }
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations", "database"]
readme = "../../README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations"]
readme = "../../README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations"]
readme = "../../README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[features]
default = ["full"]
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations"]
readme = "../../README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[dependencies]
2 changes: 1 addition & 1 deletion crates/bonsaidb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["document-database", "database"]
categories = ["database-implementations", "database"]
readme = "./README.md"
homepage = "https://dev.bonsaidb.io/"
homepage = "https://bonsaidb.io/"

[[bin]]
name = "bonsaidb"
Expand Down

0 comments on commit b4a88db

Please sign in to comment.