Skip to content

Commit

Permalink
CompatHelper: bump compat for Compat to 4, (keep existing compat) (#52)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for Compat to 4, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Will Tebbutt <will.tebbutt@invenialabs.co.uk>
  • Loading branch information
3 people authored Oct 17, 2022
1 parent dd13a55 commit 3911fb9
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 = "ParameterHandling"
uuid = "2412ca09-6db7-441c-8e3a-88d5709968c5"
authors = ["Invenia Technical Computing Corporation"]
version = "0.4.5"
version = "0.4.6"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ChainRulesCore = "0.9, 0.10, 1"
Compat = "3"
Compat = "3, 4"
InverseFunctions = "0.1"
IterTools = "1.3"
LogExpFunctions = "0.3"
Expand Down

2 comments on commit 3911fb9

@willtebbutt
Copy link
Member

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

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.4.6 -m "<description of version>" 3911fb952b9ecaf3bf21c784394c7decb152bc1f
git push origin v0.4.6

Please sign in to comment.