Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Apr 21, 2022
1 parent bb8842a commit aba387f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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"
version = "0.1.1"
edition = "2018"
description = "The Perseus app that underlies Tribble."
authors = ["arctic_hen7 <arctic_hen7@pm.me>"]
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"
version = "0.1.1"
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", 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"
Expand Down

0 comments on commit aba387f

Please sign in to comment.