Skip to content

Commit

Permalink
Reinstate RelocatableFolders compat & patch bump (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Oct 7, 2022
1 parent e8389e8 commit c0e6855
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,6 +1,6 @@
name = "PackageCompiler"
uuid = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
version = "2.0.10"
version = "2.0.11"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand All @@ -13,7 +13,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
RelocatableFolders = "1"
RelocatableFolders = "0.1, 0.3, 1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit c0e6855

@IanButterworth
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 created: JuliaRegistries/General/69726

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.0.11 -m "<description of version>" c0e68553c7a74bd580ba7238816ab7c4b7ce4b9c
git push origin v2.0.11

Please sign in to comment.