All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.3 - 2022-02-01
- Fixed incorrect return type on
query.run_query
- Fixed incorrect type on
RealAccount.txn_postings
0.1.2 - 2022-02-01
- Added stub for
beancount.query.query
RealAccount.txn_postings
changed fromlist[Posting]
tolist[TxnPosting]
- Return type for fetching from a
RealAccount
was set - Fixed signature for
query_execute.execute_query
0.1.1 - 2022-01-28
- Adds definitions for NamedTuple initializations
- Fixes incorrect fields on some types
0.1.0 - 2022-01-28
- Initial release