Skip to content

Commit

Permalink
chore(release): 0.1.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 22, 2022
1 parent f393946 commit 3410b65
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.9](https://github.com/arctic-hen7/tribble/compare/v0.1.0-rc.8...v0.1.0-rc.9) (2022-01-22)

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

## [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)
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.8"
version = "0.1.0-rc.9"
edition = "2018"
description = "The Perseus app that underlies Tribble."
authors = ["arctic_hen7 <[email protected]>"]
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.8"
version = "0.1.0-rc.9"
edition = "2021"
include = [
"src/",
Expand All @@ -19,7 +19,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.8" }
tribble-app = { path = "../tribble-app", version = "0.1.0-rc.9" }
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 3410b65

Please sign in to comment.