Skip to content

Commit e48d19c

Browse files
chore: update changelog
Signed-off-by: Henry Gressmann <[email protected]>
1 parent c0cc0cb commit e48d19c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

21+
## **Liwan v0.1.1** - 2024-09-24
22+
23+
This release just drops some of the duckdb indexes to improve performance and reduce the database size.
24+
2125
## **Liwan v0.1.0** - 2024-09-18
2226

2327
This is the first full release of the Liwan! πŸŽ‰

β€Ž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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name="liwan"
3-
version="0.0.0"
3+
version="0.1.1"
44
edition="2021"
55
rust-version="1.80"
66
repository="https://github.com/explodingcamera/liwan"
77
license="AGPL-3.0-only OR LicenseRef-Liwan"
8+
publish=false
89

910
[lib]
1011
path="src/lib.rs"

β€Ž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.

0 commit comments

Comments
Β (0)