From 4f366295caf4804a1daf9a190121da3ace0a5ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Thu, 28 Mar 2024 13:03:33 +0100 Subject: [PATCH] Version 0.22.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d6a85..336cf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.22.4] - 2024-03-28 + +### Build + +- [76e0a8b] Bump `raw-btree` to version 0.2 + ## [0.22.3] - 2024-03-26 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 6b74830..e497a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0" readme = "README.md" edition = "2021" rust-version = "1.70.0" -version = "0.22.3" +version = "0.22.4" [features] default = []