From 4f11382def2430d61190bed62e08cbdf9ed47680 Mon Sep 17 00:00:00 2001 From: Andrey Korzinev Date: Fri, 10 Dec 2021 13:59:11 +0300 Subject: [PATCH] 0.0.20 changelog --- CHANGELOG | 15 +++++++++++++++ pom.xml | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 366613e1..e55639a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +0.0.20 + * ATTENTION! Incompatible format changes -- rebuild your databases + * Ascending bitset index by @ya-goodfella in https://github.com/yandex/yoctodb/pull/35 + * Trie based index for key storage by @ya-goodfella in https://github.com/yandex/yoctodb/pull/36 + * Buffer deduplication for stored fields by @irenkamalova in https://github.com/yandex/yoctodb/pull/38 + * Reading primitives unsafe (natively through ByteBuffer API) by @sanekas in https://github.com/yandex/yoctodb/pull/43 + * Bump junit from 4.12 to 4.13.1 by @dependabot in https://github.com/yandex/yoctodb/pull/46 + + ## New Contributors + * @ya-goodfella made their first contribution in https://github.com/yandex/yoctodb/pull/35 + * @irenkamalova made their first contribution in https://github.com/yandex/yoctodb/pull/38 + * @sanekas made their first contribution in https://github.com/yandex/yoctodb/pull/43 + + **Full Changelog**: https://github.com/yandex/yoctodb/compare/0.0.19...v0.0.20 + 0.0.19 * ATTENTION! Incompatible format changes -- rebuild your databases * #33: Support for stored field values diff --git a/pom.xml b/pom.xml index d9101fdf..8985449e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,11 @@ Svyatoslav Demidov demidov.svyatoslav@yandex.com + + ya-goodfella + Andrey Korzinev + ya-goodfella@yandex.com +