From f1db726ee98ea561cd7097676f9109f441f6d87d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 13:10:02 +0100 Subject: [PATCH] chore: release 1.5.0 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..42da9fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.5.0](https://www.github.com/hbollon/go-edlib/compare/v1.4.0...v1.5.0) (2021-11-21) + + +### Features + +* add k-gram shingle to Jaccard/Cosine sim ([#11](https://www.github.com/hbollon/go-edlib/issues/11)) ([24d61a6](https://www.github.com/hbollon/go-edlib/commit/24d61a62ee09eef2a930322cfbb0d4f13f13c5ca))