From cb21a5a43282577d57a97de277332606e48cdfcc Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:58:41 +0100 Subject: [PATCH] chore: release 0.3.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 767df82..d50fa41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0](https://github.com/alloy-rs/nybbles/releases/tag/v0.3.0) - 2024-12-10 + +### Bug Fixes + +- Ci branch target ([#13](https://github.com/alloy-rs/nybbles/issues/13)) + +### Dependencies + +- Remove path encoding ([#12](https://github.com/alloy-rs/nybbles/issues/12)) + +### Features + +- Improve benchmarks, compare with naive implementation ([#11](https://github.com/alloy-rs/nybbles/issues/11)) + +### Miscellaneous Tasks + +- Sync cliff.toml + +### Other + +- Move deny to ci ([#14](https://github.com/alloy-rs/nybbles/issues/14)) + ## [0.2.1](https://github.com/alloy-rs/nybbles/releases/tag/v0.2.1) - 2024-02-26 ### Documentation @@ -18,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.2.1 - Add changelog script ## [0.2.0](https://github.com/alloy-rs/nybbles/releases/tag/v0.2.0) - 2024-02-26 diff --git a/Cargo.toml b/Cargo.toml index b0fb4d1..ffc4b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nybbles" -version = "0.2.1" +version = "0.3.0" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] description = "Efficient nibble-sized (4-bit) byte sequence data structure" edition = "2021"