diff --git a/CHANGES.md b/CHANGES.md index 2185c8a6f..4daf2a46a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,15 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 1.43.1 2025-06-04 + +- tools: + - Shake changelogs: fix missing blank lines around old heading + - ghcruns-download: make tmp dir +- docs: + RELEASING + + # 1.43 2025-06-01 Docs diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 74ddfc33a..8fe1ab76b 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -22,6 +22,11 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 1.43.1 2025-06-04 + +- Hledger.Query: queryIsAmtOrSym + + # 1.43 2025-06-01 - Support GHC 9.12. diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index b69aad8c5..33e0ec87d 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -22,6 +22,13 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.43.1 2025-06-04 + +- More error messages were made consistent, hiding call stack etc. [#2367] + +- Allow brick 2.9 + + # 1.43 2025-06-01 Fixes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 629193b49..66624b410 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -22,6 +22,13 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 1.43.1 2025-06-04 + +Fixes + +- Fixed a compilation error when not in the hledger source tree. [#2397] + + # 1.43 2025-06-01 Features diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 815a58761..1b3deb54a 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -25,6 +25,20 @@ API User-visible changes in the hledger command line tool and library. +# 1.43.1 2025-06-04 + +Fixes + +- `cur:` in posting-based reports like `balance` and `register` once again + filters multicommodity amounts as it should. [#2396] +- More error messages were made consistent, hiding call stack etc. [#2367] + +Docs + +- Query types: clarify that amt: filters postings [#2396] +- More text encoding corrections/cleanups [#2394] + + # 1.43 2025-06-01 ## Breaking changes