Skip to content

Commit

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

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.3](https://github.com/arctic-hen7/tribble/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2022-01-14)


### Features

* added titles and dest interpolation ([287129f](https://github.com/arctic-hen7/tribble/commit/287129fb7b405e98b66ddb03ae4c876e5f7e1f3b))

## [0.1.0-rc.2](https://github.com/arctic-hen7/tribble/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2022-01-13)


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.2"
version = "0.1.0-rc.3"
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.2"
version = "0.1.0-rc.3"
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.2" }
tribble-app = { path = "../tribble-app", version = "0.1.0-rc.3" }
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 12e1b2b

Please sign in to comment.