Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Mar 15, 2021
1 parent 0c24cf4 commit ab76c6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs"
version = "0.14.2"
version = "0.14.3"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs-api"
version = "0.14.2"
version = "0.14.3"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit ab76c6b

Please sign in to comment.