2 Commits

Author SHA1 Message Date
711e5e00ec CHANGELOG: add 1.4.0 2026-03-13 17:14:54 -07:00
f07882100e client: manifest: bump version to v1.4.0 2026-03-13 16:37:46 -07:00
2 changed files with 2 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
## 1.4.0 - 2026-03-16
This release brings a minor `dfi` fix, a new `dfi` feature (custom compose merge file functionality), `dfi` enhancements (base image and end-user), an `hledger-flow` patch release and a ROOT.cern (`root`) patch release.
This release brings a minor `dfi` fix, a new `dfi` feature (custom compose merge file functionality), `dfi` enhancements (base image and end-user) and a ROOT.cern (`root`) patch release.
### 1.4.0 - Fixes
@@ -53,8 +53,6 @@ This release brings a minor `dfi` fix, a new `dfi` feature (custom compose merge
- Bump `root` to 6.38.04-1 ([#317](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/317))
- Bump `hledger-flow` to v0.16.3 ([#324](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/324))
### 1.4.0 - Refactoring
- Run PHP linter, update fetch (blockchains) comments ([#316](https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance/pulls/316))

View File

@@ -27,7 +27,7 @@ RUN apt-get upgrade -y
FROM haskell-build AS hledger-flow
WORKDIR /usr/local/src
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.3
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.2
WORKDIR /usr/local/src/hledger-flow
RUN stack setup