Skip to content

Commit

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


### Bug Fixes

* properly encoded interpolated dest urls ([bf86ce6](https://github.com/arctic-hen7/tribble/commit/bf86ce62940927bc0c7be4bff89022c640f1a928))

## [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)


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

Please sign in to comment.