Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 22, 2023
1 parent f602f24 commit be50567
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ and `Removed`.

## [Unreleased]

## [0.14.7] - 2023-02-22

### Packaging

- Updated dependencies

## [0.14.6] - 2022-08-17

### Changed
Expand Down
14 changes: 12 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.6"
version = "0.14.7"
authors = ["tarkah <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -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.6" }
tickrs-api = { path = "api/", version = "0.14.7" }
tui = { version = "0.19", default-features = false, features = ["crossterm","serde"] }
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.6"
version = "0.14.7"
authors = ["tarkah <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit be50567

Please sign in to comment.