Skip to content

Commit

Permalink
chore(release): 0.1.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 22, 2022
1 parent b8d555d commit 7f99a83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.1.0-rc.7](https://github.com/arctic-hen7/tribble/compare/v0.1.0-rc.6...v0.1.0-rc.7) (2022-01-22)

## [0.1.0-rc.6](https://github.com/arctic-hen7/tribble/compare/v0.1.0-rc.5...v0.1.0-rc.6) (2022-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/tribble-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tribble-app"
version = "0.1.0-rc.6"
version = "0.1.0-rc.7"
edition = "2018"
include = [
"src/",
Expand Down
4 changes: 2 additions & 2 deletions packages/tribble/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tribble"
version = "0.1.0-rc.6"
version = "0.1.0-rc.7"
edition = "2021"
include = [
"src/",
Expand All @@ -18,7 +18,7 @@ categories = ["command-line-utilities", "development-tools", "internationalizati
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tribble-app = { path = "../tribble-app", version = "0.1.0-rc.6" }
tribble-app = { path = "../tribble-app", version = "0.1.0-rc.7" }
perseus = { version = "0.3", features = [ "server-side" ] } # We need to enable the `server-side` feature
thiserror = "1"
fmterr = "0.1"
Expand Down

0 comments on commit 7f99a83

Please sign in to comment.