Skip to content

Commit

Permalink
Merge pull request #75 from shashi/DrChainsaw-patch-1
Browse files Browse the repository at this point in the history
Bump dagger to 0.17
  • Loading branch information
DrChainsaw authored Jun 25, 2023
2 parents f39a757 + 4c6bc19 commit f14f7af
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 = "FileTrees"
uuid = "72696420-646e-6120-6e77-6f6420746567"
authors = ["Shashi Gowda <[email protected]>", "Julian Samaroo <[email protected]>"]
version = "0.3.8"
version = "0.3.9"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -11,7 +11,7 @@ Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"

[compat]
AbstractTrees = "0.3, 0.4"
Dagger = "0.9, 0.10, 0.11, 0.12.3, 0.13, 0.14, 0.15, 0.16"
Dagger = "0.9, 0.10, 0.11, 0.12.3, 0.13, 0.14, 0.15, 0.16, 0.17"
FilePathsBase = "0.9"
Glob = "1.3"
julia = "1"
Expand Down

2 comments on commit f14f7af

@DrChainsaw
Copy link
Collaborator 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/86218

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

Please sign in to comment.