From e5770e221fa5212f483505eb9a85b9fb67659d09 Mon Sep 17 00:00:00 2001 From: jneem Date: Sun, 28 Apr 2024 13:38:19 -0500 Subject: [PATCH] Release 3.0.0 (#78) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5218b5f..ed58e97 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](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.0.0] - 2024-04-28 + +### Changed + +- Make `OrdSet::get_prev` and `OrdSet::get_next` more generic, using the `Borrow` trait. + ## [2.0.3] - 2023-10-25 ### Changed diff --git a/Cargo.toml b/Cargo.toml index c2801e1..e9b508f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imbl" -version = "2.0.3" +version = "3.0.0" authors = ["Bodil Stokke ", "Joe Neeman "] edition = "2018" license = "MPL-2.0+"