Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 26, 2021
1 parent e0c6dd4 commit d7c6b54
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.0] - 2021-02-26

### Added

- Kagi charts have been added! ([#93])
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.13.1"
version = "0.14.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -20,7 +20,7 @@ members = [
]

[dependencies]
tickrs-api = { path = "api/", version = "0.13.1" }
tickrs-api = { path = "api/", version = "0.14.0" }

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.13.1"
version = "0.14.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit d7c6b54

Please sign in to comment.