Skip to content

Commit

Permalink
ci: CHANGELOG for release; bumped Fava requirement to 1.27
Browse files Browse the repository at this point in the history
Ref: #93
  • Loading branch information
redstreet committed Apr 12, 2024
1 parent f41b22c commit 608dcec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog

## (unreleased)
## 0.7.0 (2024-02-02)

This release brings fava_investor up to date with upstream changes in Fava. Primarily,
asset allocation by class was fixed. Thanks to contributors below.

### Fixes

- Fix assetalloc_class chart (#93) [Adriano Di Luzio]
- remove dead code for Fava <v1.18 (#91) [Jakob Schnitzer]
- hierarchy chart: remove now uneeded modifier (#90) [Jakob Schnitzer]
- libsummarizer crash in Fava (wrong pricemap) [Red S]
- build_beancount_pricemap() was missing in cli version. [Red S]


## 0.6.0 (2024-02-02)

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ click_aliases >= 1.0.1
# fava_investor/fava_investor/__init__.py: 3,4
# fava_investor/fava_investor/common/beancountinvestorapi.py: 29
# fava_investor/fava_investor/common/favainvestorapi.py: 2,3
fava>=1.25
fava>=1.27

# fava_investor/.eggs/setuptools_scm-7.0.4-py3.8.egg/setuptools_scm/_entrypoints.py: 77
importlib_metadata >= 1.5.0
Expand Down

0 comments on commit 608dcec

Please sign in to comment.