Skip to content

Commit

Permalink
Merge pull request #62 from JuliaComputing/mp/abstracttrees
Browse files Browse the repository at this point in the history
fix: allow AbstractTrees 0.4 on release-0.2 branch
  • Loading branch information
pfitzseb authored Apr 5, 2023
2 parents 6c06e3a + 269734c commit 9a6ae59
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 = "DataSets"
uuid = "c9661210-8a83-48f0-b833-72e62abce419"
authors = ["Chris Foster <[email protected]> and contributors"]
version = "0.2.8"
version = "0.2.9"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -15,7 +15,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AbstractTrees = "0.3"
AbstractTrees = "0.3,0.4"
ReplMaker = "0.2"
ResourceContexts = "0.1,0.2"
TOML = "1"
Expand Down

2 comments on commit 9a6ae59

@mortenpi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=release-0.2

@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/81061

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.2.9 -m "<description of version>" 9a6ae59ee566bc96de909409cffe2e4faec48b47
git push origin v0.2.9

Please sign in to comment.