Skip to content

Conversation

@thomashoneyman
Copy link
Contributor

Description of the change

This PR updates the CHANGELOG in preparation for the upcoming release of this library.

Related: purescript/purescript#3985

CHANGELOG.md Outdated
## [v2.1.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v2.1.0) - 2020-04-08

Add Levenshtein distance and Sorensen-Dice coefficient functions (@flip111)
- Addde Levenshtein distance and Sorensen-Dice coefficient functions (@flip111)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Thanks!

@thomashoneyman
Copy link
Contributor Author

The CI failures are a bit odd:

[1/2 UnknownImport] .spago/prelude/master/src/Data/Show.purs:8:23

  8  import Record.Unsafe (unsafeGet)
                           ^^^^^^^^^
  
  Cannot import value unsafeGet from module Record.Unsafe
  It either does not exist or the module does not export it.

[2/2 UnknownImport] .spago/safe-coerce/master/src/Safe/Coerce.purs:7:23

  7  import Unsafe.Coerce (unsafeCoerce)
                           ^^^^^^^^^^^^
  
  Cannot import value unsafeCoerce from module Unsafe.Coerce
  It either does not exist or the module does not export it.

I'm going to merge this as they're unrelated.

@thomashoneyman thomashoneyman merged commit 7ea13b5 into main Jan 23, 2021
@thomashoneyman thomashoneyman deleted the changelog-0.14 branch January 23, 2021 22:38
@JordanMartinez
Copy link
Contributor

Is this caused by a caching issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants