From 8269a6382dc3e372c4d364dc44a0e157ba2cfa3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:41:06 +0000 Subject: [PATCH] chore(nearest): release v0.4.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- nearest/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09c3a1..04b59a4 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.3](https://github.com/uael/nearest/compare/v0.4.2...v0.4.3) - 2026-03-09 + +### Other + +- deduplicate buffer operations between Emitter and Region ([#28](https://github.com/uael/nearest/pull/28)) + ## [0.4.2](https://github.com/uael/nearest/compare/v0.4.1...v0.4.2) - 2026-03-08 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3070b88..475fe43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "nearest" -version = "0.4.2" +version = "0.4.3" dependencies = [ "criterion", "nearest-derive", diff --git a/nearest/Cargo.toml b/nearest/Cargo.toml index 8ff0ed2..600c024 100644 --- a/nearest/Cargo.toml +++ b/nearest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nearest" -version = "0.4.2" +version = "0.4.3" edition.workspace = true rust-version.workspace = true license = "Apache-2.0 OR MIT"