Skip to content

Commit

Permalink
Merge pull request #53 from meggart/patch-1
Browse files Browse the repository at this point in the history
Add Reexport 1.0 to compat
  • Loading branch information
rofinn authored Mar 17, 2021
2 parents e2a831b + b4cf428 commit f65b053
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 = "FilePaths"
uuid = "8fc22ac5-c921-52a6-82fd-178b2807b824"
authors = ["Rory Finnegan"]
version = "0.8.1"
version = "0.8.2"

[deps]
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Expand All @@ -14,7 +14,7 @@ URIParser = "30578b45-9adc-5946-b283-645ec420af67"
FilePathsBase = "0.9"
Glob = "1"
MacroTools = "0.5"
Reexport = "0.2"
Reexport = "0.2, 1.0"
URIParser = "0.4"
julia = "1"

Expand Down

2 comments on commit f65b053

@rofinn
Copy link
Owner Author

@rofinn rofinn commented on f65b053 Mar 17, 2021

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/32192

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 v0.8.2 -m "<description of version>" f65b05325faac72a55fe9406024ae1956593c309
git push origin v0.8.2

Please # to comment.