# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.1](https://github.com/hacatu/rust-crater/compare/v0.1.0...v0.1.1) - 2024-03-09 ### Added - Add fibonacci heaps - More KD tree launder methods - cupoint from array ### Other - Prepare repo for release-pls (crates.io) - Add/improve docs, add fheap test - Greatly improve kd tree usability ## [0.1.0] This is the first version ### Added - KD Trees - Minmax Heaps - Initial tests and documentation - Add coverage, docs, and ci - Split crate into multiple files - Cleanup formatting, get+unwrap -> [] - Initial commit