Skip to content

Commit

Permalink
Support IrrationalConstants 0.2 in 0.10 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Mar 12, 2023
1 parent b48fcd1 commit 01cbb0a
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,6 +1,6 @@
name = "Bijectors"
uuid = "76274a88-744f-5084-9051-94815aaf08c4"
version = "0.10.7"
version = "0.10.8"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -29,7 +29,7 @@ Compat = "3, 4"
Distributions = "0.23.3, 0.24, 0.25"
Functors = "0.1, 0.2, 0.3"
InverseFunctions = "0.1"
IrrationalConstants = "0.1"
IrrationalConstants = "0.1, 0.2"
LogExpFunctions = "0.3.3"
MappedArrays = "0.2.2, 0.3, 0.4"
Reexport = "0.2, 1"
Expand Down

2 comments on commit 01cbb0a

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

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.8 -m "<description of version>" 01cbb0a0910fc023d28c5cebcd47f05ab5e75337
git push origin v0.10.8

Please sign in to comment.