From 3fc40e3e32d4e2238832805cb3fabc8b047b06ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 04:07:08 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71c248..0afc719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.0 (2022-12-31) + + +### Bug Fixes + +* Get rid of duplicate code in `diff()` and `distance()` ([#15](https://github.com/nlp-rs/differ.rs/issues/15)) ([5d35501](https://github.com/nlp-rs/differ.rs/commit/5d35501030512de76b45ce5325a3d14d4afdff67)), closes [#9](https://github.com/nlp-rs/differ.rs/issues/9) + ## 0.1.0 (2022-10-14) diff --git a/Cargo.toml b/Cargo.toml index 311b311..8828470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differ-rs" -version = "0.0.0" +version = "0.1.0" authors = [ "Samantha Nguyen, ", "Alfredo Gutierrez "