Skip to content

Commit

Permalink
Prepare for v0.1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Aug 3, 2024
1 parent 24037ff commit ecd2089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master



## v0.1.3.0

* Change `Prices` volume field from `Integer` to `Scientific` to support
decimal amounts returned by cryptocurrency routes.
* AlphaVantage changed the information message field from `Note` to
Expand Down
2 changes: 1 addition & 1 deletion hledger-stockquotes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hledger-stockquotes
version: 0.1.2.2
version: 0.1.3.0
synopsis: Generate HLedger Price Directives From Daily Stock Quotes.
description: @hledger-stockquotes@ is an addon for <https://hledger.org/ hledger> that
reads your journal file, pulls the historical stock prices for commodities,
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name:
hledger-stockquotes
version:
0.1.2.2
0.1.3.0
github:
prikhi/hledger-stockquotes
homepage:
Expand Down

0 comments on commit ecd2089

Please sign in to comment.