Skip to content

Commit 1696d24

Browse files
chore: update changelog
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent 271ce1e commit 1696d24

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,18 @@ 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.1.1] - 2025-05-19
2020

21-
### 🚀 Features
22-
23-
- Improved query caching to prevent unnecessary database queries
24-
- Added Country Code to Google Referrer URLs
25-
- Improved Multi-User Support (Non-admin users can now be granted access to specific projects)
26-
27-
## v1.1.0 - 2025-05-15
28-
29-
- 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.
21+
- Liwan has been relicensed under the terms of the **Apache-2.0** license (this also applies to all previous versions)
22+
- 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.
3023

31-
## v1.1.0 - 2024-12-28
24+
## [v1.1.0] - 2024-12-28
3225

3326
- Improved query caching to prevent unnecessary database queries
3427
- Added Country Code to Google Referrer URLs
3528
- Improved Multi-User Support (Non-admin users can now be granted access to specific projects)
3629

37-
## v1.0.0 - 2024-12-06
30+
## [v1.0.0] - 2024-12-06
3831

3932
### 🚀 Features
4033

@@ -56,13 +49,13 @@ Since this is not a library, this changelog focuses on the changes that are rele
5649
- Removed Sessions and Average Views per Session metrics. They were not accurate and were removed to avoid confusion.
5750
- Added more tests & improved API performance ([`95d95d0`](https://github.com/explodingcamera/liwan/commit/95d95d0f4670d20a6fa4fc6a7f4b17e4b1854391))
5851

59-
## **Liwan v0.1.1** - 2024-09-24
52+
## [v0.1.1] - 2024-09-24
6053

6154
### ⚡ Performance
6255

6356
- **Database indexes**: Removed unnecessary indexes to improve performance and reduce disk usage ([`6191a72`](https://github.com/explodingcamera/liwan/commit/6191a72f08e8659237bc6c22139bde94432f66bb))
6457

65-
## **Liwan v0.1.0** - 2024-09-18
58+
## [v0.1.0] - 2024-09-18
6659

6760
This is the first full release of the Liwan! 🎉
6861
All essential features for web analytics are now available, including:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name="liwan"
3-
version="0.1.1"
3+
version="1.1.1"
44
edition="2021"
55
rust-version="1.82"
66
repository="https://github.com/explodingcamera/liwan"
7-
license="AGPL-3.0-only OR LicenseRef-Liwan"
7+
license="Apache-2.0"
88
publish=false
99

1010
[lib]

0 commit comments

Comments
 (0)