Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 780 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 780 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.1] - 2020-03-15

Fixed

  • Installation on MacOS & Windows.

[0.1.0] - 2020-03-12

Added

  • Implementation of Sørensen–Dice, Levenshtein, Damerau–Levenshtein, Jaro & Jaro–Winkler.
  • Tests.
  • Github Actions workflow to run checks on every push.

[Unreleased]: https://github.com/anirbanmu/str_metrics/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/anirbanmu/str_metrics/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/anirbanmu/str_metrics/releases/tag/v0.1.0