v0.16.2 — Apache-2.0
yantrikdb-server is now Apache-2.0, following the engine (yantrikdb v0.15.4). Server and engine move together — a split would publish a licence claim the other repository contradicts.
Published to crates.io under the new licence: yantrikdb-server, and the workspace crates alongside it.
Releases through v0.16.1 remain available under AGPL-3.0.
Also in this release
- anyhow 1.0.102 → 1.0.104 (#92), closing RUSTSEC-2026-0190.
- Cargo.lock regenerated for engine v0.15.4.
- An AGPL trove classifier left behind in
pyproject.tomlwas caught and fixed — the kind of thing that survives a relicense because the licence was verified where it is declared rather than everywhere it is stated. deny.tomlno longer permits AGPL-3.0. It was on the allow-list because it was our licence; leaving it would silently admit an AGPL dependency into a now-permissive tree.
Not changed
docs/papers/**, including the Zenodo bundle. Those describe the licensing as it stood when written; editing them retroactively would falsify the record rather than update it.
What's Changed
- deps: anyhow 1.0.102 → 1.0.104 (RUSTSEC-2026-0190) by @spranab in #92
- chore: relicense from AGPL-3.0 to Apache-2.0 by @spranab in #94
Full Changelog: v0.16.1...v0.16.2