Skip to content

Commit

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

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

* Bump patch version

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jorge Pérez <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 2b61858 commit 8c34803
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,7 +1,7 @@
name = "TaylorIntegration"
uuid = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
repo = "https://github.com/PerezHz/TaylorIntegration.jl.git"
version = "0.14.6"
version = "0.14.7"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down Expand Up @@ -37,7 +37,7 @@ RecursiveArrayTools = "2, 3"
Reexport = "0.2, 1"
Requires = "0.5.2, 1"
StaticArrays = "0.12.5, 1"
TaylorSeries = "0.14, 0.15"
TaylorSeries = "0.14, 0.15, 0.16"
julia = "1.6"

[extras]
Expand Down

4 comments on commit 8c34803

@PerezHz
Copy link
Owner

@PerezHz PerezHz commented on 8c34803 Feb 1, 2024

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/100009

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.14.7 -m "<description of version>" 8c348038c60c94aeabcab4e89526c4a9525d813d
git push origin v0.14.7

@PerezHz
Copy link
Owner

@PerezHz PerezHz commented on 8c34803 Feb 1, 2024

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 updated: JuliaRegistries/General/100009

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.14.7 -m "<description of version>" 8c348038c60c94aeabcab4e89526c4a9525d813d
git push origin v0.14.7

Please sign in to comment.