Skip to content

Commit

Permalink
Support Functors 0.3 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Aug 23, 2022
1 parent c5625fc commit 38c46cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Bijectors"
uuid = "76274a88-744f-5084-9051-94815aaf08c4"
version = "0.10.3"
version = "0.10.4"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand All @@ -27,7 +27,7 @@ ChainRulesCore = "0.10.11, 1"
ChangesOfVariables = "0.1"
Compat = "3, 4"
Distributions = "0.23.3, 0.24, 0.25"
Functors = "0.1, 0.2"
Functors = "0.1, 0.2, 0.3"
InverseFunctions = "0.1"
IrrationalConstants = "0.1"
LogExpFunctions = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Combinatorics = "1.0.2"
DistributionsAD = "0.6.3"
FiniteDifferences = "0.11, 0.12"
ForwardDiff = "0.10.12"
Functors = "0.1, 0.2"
Functors = "0.1, 0.2, 0.3"
InverseFunctions = "0.1"
LogExpFunctions = "0.3.1"
ReverseDiff = "1.4.2"
Expand Down

2 comments on commit 38c46cf

@devmotion
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/66865

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.10.4 -m "<description of version>" 38c46cf8fab754fa77523c4647623b7c7dd352af
git push origin v0.10.4

Please sign in to comment.