From 25aba69438f49c553bec749cb2f058de68514f37 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 11 Sep 2021 11:23:09 +0200 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a991f1d..94f2f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to similar are documented here. -## Unreleased +## 2.0.0 * Change the `Change` type and associated methods to work on any `T: Clone` instead of `&T`. This makes the `iter_changes` method also work on slices of integers diff --git a/Cargo.toml b/Cargo.toml index af56926..8c3ce13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "similar" -version = "1.3.0" +version = "2.0.0" authors = ["Armin Ronacher ", "Pierre-Étienne Meunier ", "Brandon Williams "] edition = "2018" license = "Apache-2.0"