Skip to content

Commit

Permalink
CompatHelper: bump compat for ChainRulesCore to 1, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#34)

* CompatHelper: bump compat for ChainRulesCore to 1, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: willtebbutt <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2021
1 parent fb58a0c commit 2d4f170
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.3.5"
version = "0.3.6"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand All @@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Bijectors = "0.8, 0.9"
ChainRulesCore = "0.9, 0.10"
ChainRulesCore = "0.9, 0.10, 1"
Compat = "3"
IterTools = "1.3"
julia = "1.3"

2 comments on commit 2d4f170

@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 register()

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

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.6 -m "<description of version>" 2d4f170c4124fd2fbc516c46b3333ace36f31054
git push origin v0.3.6

Please sign in to comment.