Skip to content

Commit

Permalink
Merge #302
Browse files Browse the repository at this point in the history
302: CompatHelper: bump compat for "StringDistances" to "0.10" r=DilumAluthge a=github-actions[bot]

This pull request changes the compat entry for the `StringDistances` package from `0.9` to `0.9, 0.10`.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
3 people authored Nov 19, 2020
2 parents afc8fee + 8efed1d commit 081d950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RegistryCI"
uuid = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32"
authors = ["Dilum Aluthge <dilum@aluthge.com>", "Fredrik Ekre <ekrefredrik@gmail.com>"]
version = "4.4.0"
version = "4.4.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -26,7 +26,7 @@ GitHub = "5.2"
HTTP = "0.8, 0.9"
JSON = "0.19, 0.20, 0.21"
RegistryTools = "1.2"
StringDistances = "0.9"
StringDistances = "0.9, 0.10"
TOML = "1"
TimeZones = "1"
VisualStringDistances = "0.1"
Expand Down

2 comments on commit 081d950

@DilumAluthge
Copy link
Member

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 created: JuliaRegistries/General/24946

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 v4.4.1 -m "<description of version>" 081d95003f7deebcae12418278bf2c26286f8fc2
git push origin v4.4.1

Please sign in to comment.