diff --git a/CHANGES.md b/CHANGES.md index 95375d319..9e7c2c1f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,8 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# e2751a79a + # 1.32 2023-12-01 Scripts/addons diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index d16db5598..c8003c74e 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -13,6 +13,8 @@ Misc. changes Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 7ace5ee56 + # 1.32.1 2023-12-07 - readFileStrictly is now provided by Hledger.Utils.IO diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 96a4ff34b..11b13a450 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -21,11 +21,13 @@ API User-visible changes in hledger-ui. See also the hledger changelog. -# 1.32.1 2023-12-07 +# 7ace5ee56 +# 1.32.1 2023-12-07 - Use hledger-1.32.1 # 1.32 2023-12-01 + Fixes - The V key now preserves the valuation mode specified at the command @@ -34,6 +36,8 @@ Fixes - The hledger-ui package no longer wastefully builds its modules twice. +- Add upper bounds for vty & brick. + # 1.31 2023-09-03 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 3e2613943..1e6d692ef 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -21,8 +21,9 @@ API User-visible changes in hledger-web. See also the hledger changelog. -# 1.32.1 2023-12-07 +# 7ace5ee56 +# 1.32.1 2023-12-07 - Use hledger-1.32.1 # 1.32 2023-12-01 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7748da7c9..78014b2a5 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -21,6 +21,8 @@ API User-visible changes in the hledger command line tool and library. +# 1bd7e1bf4 + # 1.32.1 2023-12-07 - Fixed: `import` with multiple files now updates .latest files correctly. (#2125)