Skip to content

Commit

Permalink
Version 1.1.1: support Reexport 1
Browse files Browse the repository at this point in the history
Julia 1.0 can't downgrade dependencies.
As Reexport 1 support spreads throughout the ecosystem,
it may help to have a version of FFTW that supports it + Julia 1.0.

xref JuliaImages/ImageContrastAdjustment.jl#43 (comment)
  • Loading branch information
timholy committed Feb 10, 2021
1 parent b17ecac commit 8d35ae8
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 = "FFTW"
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
version = "1.1.0"
version = "1.1.1"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
AbstractFFTs = "0.5"
BinaryProvider = "0.5"
Conda = "1"
Reexport = "0.2"
Reexport = "0.2, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit 8d35ae8

@timholy
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/29798

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 v1.1.1 -m "<description of version>" 8d35ae8fd1819108ae1c6995031a2f5ba6156454
git push origin v1.1.1

Please sign in to comment.