Skip to content

Commit

Permalink
Merge pull request #153 from ajwheeler/compathelper/new_version/2023-…
Browse files Browse the repository at this point in the history
…01-03-00-42-20-398-03966689748

CompatHelper: add new compat entry for ProgressMeter at version 1, (keep existing compat)
  • Loading branch information
ajwheeler authored Jan 3, 2023
2 parents 8d85cfa + c5dac89 commit 68a5ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ FastGaussQuadrature = "0.4, 0.5"
HDF5 = "0.15, 0.16"
Interpolations = "0.13, 0.14"
NLsolve = "4.5"
ProgressMeter = "1"
SpecialFunctions = "1.4, 2"
StaticArrays = "1"
julia = "1.7 - 1"

2 comments on commit 68a5ee0

@ajwheeler
Copy link
Owner 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 updated: JuliaRegistries/General/74937

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.0 -m "<description of version>" 68a5ee02c538958b99ada46931d571bdf4fce8c0
git push origin v0.14.0

Please sign in to comment.