diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fee58..15d560b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.19.3] - 2024-03-07 + +### Added + +- [b644c89] Impl `Ord`/`Hash` for `BTreeDataset`. +- [5b83b9a] Impl `Debug` for `BTreeDataset`. + ## [0.19.2] - 2024-03-06 ### Added diff --git a/Cargo.toml b/Cargo.toml index 0f51191..88fc549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdf-types" -version = "0.19.2" +version = "0.19.3" edition = "2021" authors = ["Timothée Haudebourg "] description = "Data-structures and traits definitions for RDF."