2.0.0
This commit is contained in:
parent
a3e10af892
commit
25aba69438
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
All notable changes to similar are documented here.
|
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
|
* 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
|
of `&T`. This makes the `iter_changes` method also work on slices of integers
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "similar"
|
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>"]
|
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>", "Brandon Williams <bwilliams.eng@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue