diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fdf9b..0537a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and `Removed`. ## [Unreleased] -## [0.14.7] - 2023-02-22 +## [0.14.8] - 2023-02-22 ### Packaging diff --git a/Cargo.lock b/Cargo.lock index 95fcab4..6bae0a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1357,7 +1357,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.14.7" +version = "0.14.8" dependencies = [ "anyhow", "async-std", @@ -1380,7 +1380,7 @@ dependencies = [ [[package]] name = "tickrs-api" -version = "0.14.7" +version = "0.14.8" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 0303b58..bbc4eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.14.7" +version = "0.14.8" authors = ["tarkah "] edition = "2021" license = "MIT" @@ -35,5 +35,5 @@ rclite = "0.1.5" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" structopt = "0.3" -tickrs-api = { path = "api/", version = "0.14.7" } +tickrs-api = { path = "api/", version = "0.14.8" } tui = { version = "0.19", default-features = false, features = ["crossterm","serde"] } diff --git a/api/Cargo.toml b/api/Cargo.toml index 92a0f61..2028971 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.14.7" +version = "0.14.8" authors = ["tarkah "] edition = "2021" license = "MIT"