Skip to content

Commit dc63054

Browse files
chore: update changelog / actions
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent 8d076dd commit dc63054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
with:
6969
name: web-dist
7070
path: ./web/dist
71-
- uses: actions-rust-lang/setup-rust-toolchain@v1.11.0
72-
- uses: taiki-e/upload-rust-binary-action@v1.24.0
71+
- uses: actions-rust-lang/setup-rust-toolchain@v1.12.0
72+
- uses: taiki-e/upload-rust-binary-action@v1.26.0
7373
with:
7474
bin: liwan
7575
target: ${{ matrix.target }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Since this is not a library, this changelog focuses on the changes that are rele
1818

1919
<!-- ## [Unreleased] -->
2020

21-
## [v1.2.0] - 2025-05-16
21+
## [v1.2.0] - 2025-05-19
2222

2323
- Liwan has been relicensed under the terms of the **Apache-2.0** license (this also applies to all previous versions)
2424
- Updated to the latest version of DuckDB (1.2)
2525
- Updated list of referrer spammers, user-agents and site icons
2626
- Ellipsis for long URLs in the UI
2727
- Overall performance improvements and memory usage optimizations
2828

29-
## [v1.1.1] - 2025-05-15
29+
## [v1.1.1] - 2025-05-19
3030

3131
- Force duckdb to always checkpoint the database after shutting down. This is required for upgrading to the latest version of duckdb in liwan 1.2, which has issues loading the old checkpoint files when using musl libc.
3232

0 commit comments

Comments
 (0)