File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.1.59 (2025-09-10)
4+
5+ ### Bug fixes
6+
7+ - Update dependency cyclopts to v3.24.0 (#140 ) ([ ` eb4b55c ` ] ( https://github.com/34j/aoiro/commit/eb4b55cd948dc54a1679446d574c23a8e9c1f4fb ) )
8+
39## v0.1.58 (2025-09-02)
410
511### Bug fixes
Original file line number Diff line number Diff line change 1515project = "Aoiro"
1616copyright = "2025, 34j"
1717author = "34j"
18- release = "0.1.58 "
18+ release = "0.1.59 "
1919
2020# -- General configuration ---------------------------------------------------
2121# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1.0.0" ]
44
55[tool .poetry ]
66name = " aoiro"
7- version = " 0.1.58 "
7+ version = " 0.1.59 "
88description = " CSV-based 青色申告 CLI app"
99authors = [ " 34j <34j.github@proton.me>" ]
1010license = " AGPL-3.0-only"
Original file line number Diff line number Diff line change 1- __version__ = "0.1.58 "
1+ __version__ = "0.1.59 "
22from ._ledger import (
33 GeneralLedgerLine ,
44 GeneralLedgerLineImpl ,
You can’t perform that action at this time.
0 commit comments