CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [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.