Skip to content

Commit

Permalink
Bump patch release
Browse files Browse the repository at this point in the history
Since we haven't broken or dropped support for any 3rd party packages seems like this could just be a patch release. It's possible that Requires could breaking something since we don't have direct deps anymore, but that seems unlikely.
  • Loading branch information
rofinn authored Apr 23, 2021
1 parent 76df5f7 commit 648fe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.2"
version = "0.8.3"

[deps]
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Expand Down

2 comments on commit 648fe7f

@rofinn
Copy link
Owner Author

@rofinn rofinn commented on 648fe7f Apr 23, 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/35101

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.3 -m "<description of version>" 648fe7f6a9a11117a3f299ce78c0f342878561a8
git push origin v0.8.3

Please # to comment.