diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f1f14..2258340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and `Removed`. ## [Unreleased] +## [0.14.3] - 2021-03-15 + ### Changed - API data is only fetched for widgets that are actively shown diff --git a/Cargo.lock b/Cargo.lock index 0d7711d..ece3cae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,7 +1355,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.14.2" +version = "0.14.3" dependencies = [ "anyhow", "async-std", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "tickrs-api" -version = "0.14.2" +version = "0.14.3" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 2f77a05..d09ef99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.14.2" +version = "0.14.3" authors = ["tarkah "] edition = "2018" license = "MIT" @@ -20,7 +20,7 @@ members = [ ] [dependencies] -tickrs-api = { path = "api/", version = "0.14.2" } +tickrs-api = { path = "api/", version = "0.14.3" } anyhow = "1.0" crossbeam-channel = "0.4" diff --git a/api/Cargo.toml b/api/Cargo.toml index afdf45b..7a970cd 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.14.2" +version = "0.14.3" authors = ["tarkah "] edition = "2018" license = "MIT"