Skip to content

Commit

Permalink
Update to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eohne committed Apr 25, 2023
1 parent 784b949 commit eb64e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "YFinance"
uuid = "e4b3b0a2-f9a3-42f3-aabb-32142cceaf77"
authors = ["Elias L Ohneberg"]
version = "0.1.3"
version = "0.1.4"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/VersionChanges.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!! info "Master vs v0.1.3"
!!! info "v0.1.4"
## Bug Fix
* get_prices now returns dictionaries containing price vectors of type Array{Float64} rather than Array{ Union{Nothing,Float64}} ([#7](https://github.com/eohne/YFinance.jl/issues/7))

Expand Down

0 comments on commit eb64e2a

Please sign in to comment.