Skip to content

Commit

Permalink
Bump Zygote compat to include 0.7 (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Penelope Yong <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent e671613 commit c3fe929
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.15.2"
version = "0.15.3"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -61,7 +61,7 @@ ReverseDiff = "1"
Roots = "1.3.15, 2"
Statistics = "1"
Tracker = "0.2"
Zygote = "0.6.63"
Zygote = "0.6.63, 0.7"
julia = "1.10"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ MCMCDiagnosticTools = "0.3"
Mooncake = "0.4"
ReverseDiff = "1.4.2"
Tracker = "0.2.11"
Zygote = "0.6.63"
Zygote = "0.6.63, 0.7"
julia = "1.10"

2 comments on commit c3fe929

@penelopeysm
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

Release notes:

  • Extended Zygote.jl compat entry to include 0.7

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

Tagging

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.15.3 -m "<description of version>" c3fe92927952dc6d29ac8e12228920936c4ae0a8
git push origin v0.15.3

Please sign in to comment.