This commit is contained in:
Armin Ronacher 2022-11-14 21:41:18 +01:00
parent 679c32ddee
commit 572ae1e547
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 2.2.1
* Fixed a panic in LCS diffs on matching input. (#43)
## 2.2.0
* Fixed a panic in text diff generation. (#37)

View file

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