Skip to content

Commit

Permalink
CompatHelper: bump compat for FastTransforms to 0.16, (keep existing …
Browse files Browse the repository at this point in the history
…compat) (#933)

* CompatHelper: bump compat for FastTransforms to 0.16, (keep existing compat)

* Bump version to v0.13.26

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>
  • Loading branch information
3 people committed Mar 16, 2024
1 parent 77d2145 commit bf85bb5
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 = "ApproxFun"
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
version = "0.13.25"
version = "0.13.26"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -39,7 +39,7 @@ Documenter = "0.27, 1"
DomainSets = "0.3, 0.4, 0.5, 0.6, 0.7"
DualNumbers = "0.6.2"
FFTW = "1"
FastTransforms = "0.13, 0.14, 0.15"
FastTransforms = "0.13, 0.14, 0.15, 0.16"
IntervalSets = "0.7.5"
LinearAlgebra = "1.6"
Random = "1.6"
Expand Down

2 comments on commit bf85bb5

@jishnub
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/102998

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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

Please sign in to comment.