Skip to content

Commit

Permalink
Add StringDistances compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored Sep 28, 2021
1 parent f4e7e49 commit 20f87d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OffsetArrays = "1.0"
Parsers = "^1, 2"
QuadGK = "^2.3"
Requires = "^1"
StringDistances = "^0.11"
UnPack = "^1"
XMLDict = "0.4"
julia = "^1.4"
Expand Down

2 comments on commit 20f87d1

@alecloudenback
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/45648

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.1.6 -m "<description of version>" 20f87d107f9c9518cca6ca3bc47cf870d0846162
git push origin v2.1.6

Please sign in to comment.