From 811d5910d8a47079fbb668ed613c18c287edf052 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Sat, 22 Jan 2022 17:13:26 +1100 Subject: [PATCH] chore(release): 0.1.0-rc.8 --- CHANGELOG.md | 2 ++ packages/tribble-app/Cargo.toml | 2 +- packages/tribble/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ec952..9f063ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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) ## [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) diff --git a/packages/tribble-app/Cargo.toml b/packages/tribble-app/Cargo.toml index 3eb5ba2..01ee75e 100644 --- a/packages/tribble-app/Cargo.toml +++ b/packages/tribble-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribble-app" -version = "0.1.0-rc.7" +version = "0.1.0-rc.8" edition = "2018" description = "The Perseus app that underlies Tribble." authors = ["arctic_hen7 "] diff --git a/packages/tribble/Cargo.toml b/packages/tribble/Cargo.toml index 9f98b4c..be16b65 100644 --- a/packages/tribble/Cargo.toml +++ b/packages/tribble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribble" -version = "0.1.0-rc.7" +version = "0.1.0-rc.8" edition = "2021" include = [ "src/", @@ -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.7" } +tribble-app = { path = "../tribble-app", version = "0.1.0-rc.8" } perseus = { version = "0.3", features = [ "server-side" ] } # We need to enable the `server-side` feature thiserror = "1" fmterr = "0.1"