diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f063ac..07cf0a1 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.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) diff --git a/packages/tribble-app/Cargo.toml b/packages/tribble-app/Cargo.toml index 01ee75e..15d41c8 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.8" +version = "0.1.0-rc.9" 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 897071e..8e374f1 100644 --- a/packages/tribble/Cargo.toml +++ b/packages/tribble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribble" -version = "0.1.0-rc.8" +version = "0.1.0-rc.9" edition = "2021" include = [ "src/", @@ -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"