From aba387f1cfcc68e1c6fcb852e937eca87bf20ce1 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Thu, 21 Apr 2022 15:31:46 +1000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 12 ++++++++++++ packages/tribble-app/Cargo.toml | 2 +- packages/tribble/Cargo.toml | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c90fbb..3d98b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1](https://github.com/arctic-hen7/tribble/compare/v0.1.0...v0.1.1) (2022-04-21) + + +### Features + +* upgraded for perseus v0.3.5 ([78b73df](https://github.com/arctic-hen7/tribble/commit/78b73df5a2b91184aa6f59db82b6f7077284e9c4)) + + +### Bug Fixes + +* made perseus features work ([bb8842a](https://github.com/arctic-hen7/tribble/commit/bb8842a74cd6b2e6441fc60b7b5afe30a138fb51)) + ## [0.1.0](https://github.com/arctic-hen7/tribble/compare/v0.1.0-rc.9...v0.1.0) (2022-01-24) ## [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) diff --git a/packages/tribble-app/Cargo.toml b/packages/tribble-app/Cargo.toml index 59e7761..fceaf9b 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" +version = "0.1.1" 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 70bc01f..8d875e6 100644 --- a/packages/tribble/Cargo.toml +++ b/packages/tribble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribble" -version = "0.1.0" +version = "0.1.1" 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", features = [ "export" ] } +tribble-app = { path = "../tribble-app", version = "0.1.1", features = [ "export" ] } perseus = { version = "0.3", features = [ "server-side" ] } # We need to enable the `server-side` feature thiserror = "1" fmterr = "0.1"