Skip to content

Commit b0b785a

Browse files
chore: release v1.4.0
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 329b179 commit b0b785a

7 files changed

Lines changed: 30 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The format is roughly based on the output of `git-cliff` and this project adhere
1616
Since this is not a library, this changelog focuses on the changes that are relevant to the end-users. For a detailed list of changes, see the commit history, which adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). New releases are created automatically when a new tag is pushed (Commit message: chore(release): vX.X.X).
1717
-->
1818

19-
## Unreleased
19+
## [v1.4.0] - 2026-03-14
2020

2121
- Updated to the latest version of DuckDB (1.5)
2222
- GeoIP database now automatically reloads if it has been updated on disk / fixed an issue where the GeoIP database would not be updated on the first boot
@@ -26,7 +26,7 @@ Since this is not a library, this changelog focuses on the changes that are rele
2626
- Container image is now based on `distroless`
2727

2828
**⚠️ The container now runs as a non-root user (UID 1000)!**
29-
If you map a folder to `/data` and encounter permission issues, ensure it’s owned by UID `1000` (e.g. `chown 1000:1000 ./data`) or has appropriate permissions (e.g. `chmod 777 ./data`). You can also override the UID user by Liwan when starting the container by setting the `--user` flag (e.g. `docker run --user 0 ...`).
29+
If you map a folder to `/data` and encounter permission issues, ensure it’s owned by UID `1000` (e.g. `chown 1000:1000 ./data`) or has appropriate permissions (e.g. `chmod 777 ./data`). You can also override the UID used by Liwan when starting the container by setting the `--user` flag (e.g. `docker run --user 0 ...` to keep the old behavior).
3030

3131
## [v1.3.0] - 2025-10-12
3232

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ zstd={version="0.13", default-features=false}
4141
# general
4242
argh={version="0.1", default-features=false, features=["help"]}
4343
anyhow={version="1.0"}
44-
rand={version="0.10.0", default-features=false, features=["std", "thread_rng"]}
44+
rand={version="0.10", default-features=false, features=["std", "thread_rng"]}
4545
chrono={version="0.4", default-features=false, features=["std", "now", "serde"]}
4646
figment={version="0.10", features=["toml", "env"]}
4747
tracing={version="0.1", default-features=false, features=["std"]}

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

web/bun.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@astrojs/check": "^0.9.7",
41-
"@biomejs/biome": "2.4.6",
41+
"@biomejs/biome": "2.4.7",
4242
"@types/bun": "^1.3.10",
4343
"@types/d3-array": "^3.2.2",
4444
"@types/d3-ease": "^3.0.2",

0 commit comments

Comments
 (0)