;doc:gh relnotes:1.51

This commit is contained in:
Simon Michael 2025-12-05 00:33:41 -10:00
parent 62b18e70c0
commit e662ca4f92
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Here you can find unreleased "nightly" binaries, which are updated occasionally. By using these and providing [feedback](https://hledger.org/support.html), you can help to make the next release better.
These binaries have the following changes since the 1.50.4 release: https://github.com/simonmichael/hledger/compare/1.50.4...nightly
These binaries have the following changes since the 1.51 release: https://github.com/simonmichael/hledger/compare/1.51...nightly
<details>
<summary>

View File

@ -121,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`):
```
cd ~
curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
curl https://github.com/simonmichael/hledger/releases/download/1.51/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
```