This commit is contained in:
Armin Ronacher 2021-09-11 11:23:09 +02:00
parent a3e10af892
commit 25aba69438
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "similar"
version = "1.3.0"
version = "2.0.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>", "Brandon Williams <bwilliams.eng@gmail.com>"]
edition = "2018"
license = "Apache-2.0"