Skip to content

Commit 0bee2fa

Browse files
committed
Bump to version 0.14.11
1 parent 394e5bb commit 0bee2fa

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and `Removed`.
1414

1515
## [Unreleased]
1616

17+
## [0.14.11] - 2025-02-21
18+
19+
### Fixed
20+
21+
- User agent added to fix failing yahoo finance API requests
22+
1723
## [0.14.10] - 2024-06-17
1824

1925
### Fixed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tickrs"
3-
version = "0.14.10"
3+
version = "0.14.11"
44
authors = ["tarkah <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
@@ -35,5 +35,5 @@ rclite = "0.1.5"
3535
serde = { version = "1", features = ["derive"] }
3636
serde_yaml = "0.9"
3737
structopt = "0.3"
38-
tickrs-api = { path = "api/", version = "0.14.9" }
38+
tickrs-api = { path = "api/", version = "0.14.11" }
3939
tui = { version = "0.19", default-features = false, features = ["crossterm","serde"] }

api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tickrs-api"
3-
version = "0.14.10"
3+
version = "0.14.11"
44
authors = ["tarkah <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)