Skip to content

Commit

Permalink
CompatHelper: bump compat for "Functors" to "0.2" for package test (#166
Browse files Browse the repository at this point in the history
)

* CompatHelper: bump compat for "Functors" to "0.2" for package test

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
github-actions[bot] and devmotion authored Apr 11, 2021
1 parent f8db035 commit 694db6f
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.9.0"
version = "0.9.1"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand All @@ -24,7 +24,7 @@ ArgCheck = "1, 2"
ChainRulesCore = "0.9"
Compat = "3"
Distributions = "0.23.3, 0.24"
Functors = "0.1"
Functors = "0.1, 0.2"
MappedArrays = "0.2.2, 0.3, 0.4"
NNlib = "0.6, 0.7"
NonlinearSolve = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Combinatorics = "1.0.2"
DistributionsAD = "0.6.3"
FiniteDifferences = "0.11, 0.12"
ForwardDiff = "0.10.12"
Functors = "0.1"
Functors = "0.1, 0.2"
NNlib = "0.7"
ReverseDiff = "1.4.2"
Tracker = "0.2.11"
Expand Down

2 comments on commit 694db6f

@torfjelde
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/34020

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.9.1 -m "<description of version>" 694db6f12bdd88912948cda55d66e21a4d2d6dc9
git push origin v0.9.1

Please sign in to comment.