Skip to content

ledger v2.1.1

Latest

Choose a tag to compare

@trevorld trevorld released this 13 Jun 03:25
· 1 commit to master since this release

New features

  • For beancount files we now support rustledger (>= 0.15.0) in addition to bean-query (#28):

    • net_worth() and register() now support toolchain = "bean-query" and toolchain = "rledger" (in addition to "ledger", "hledger", and "beancount").
    • register_rledger() added to support the "rledger" toolchain from rustledger (>= 0.15.0).
    • register_bean_query() added to explicitly support the "bean-query" toolchain that directly uses the bean-query binary.
    • register_beancount() continues to use bean-query if present but if bean-query is not present it now falls back to rledger.
      Hence the "beancount" toolchain now works if either beanquery or rustledger are installed.