All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2026-04-07

Added

  • Initial release of xb5_elixir, an Elixir wrapper of xb5.
  • Xb5.Set: Order-5 B-tree implementation of ordered sets.
  • Xb5.Tree: Order-5 B-tree implementation of ordered key-value stores.
  • Xb5.Bag: Order-5 B-tree implementation of multisets with order-statistic operations.