Skip to content

Commit

Permalink
Add version bounds for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Nov 6, 2023
1 parent 341049e commit d3b627a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ ChangesOfVariables = "0.1.1"
Clustering = "0.13, 0.14, 0.15"
Colors = "0.9,0.10,0.11, 0.12"
Cuba = "2"
Dates = "1"
DensityInterface = "0.4"
DiffResults = "1"
Distributed = "1"
Distributions = "0.25"
DistributionsAD = "0.5, 0.6"
DocStringExtensions = "0.8, 0.9"
Expand All @@ -118,7 +120,9 @@ InverseFunctions = "0.1"
IrrationalConstants = "0.1, 0.2"
KernelDensity = "0.5, 0.6"
LaTeXStrings = "1"
LinearAlgebra = "1"
MacroTools = "0.5"
Markdown = "1"
MeasureBase = "0.12, 0.13, 0.14"
Measurements = "2"
NamedArrays = "0.9, 0.10"
Expand All @@ -129,6 +133,8 @@ ParallelProcessingTools = "0.4"
Parameters = "0.12"
Plots = "1"
PositiveFactorizations = "0.2"
Printf = "1"
Random = "1"
Random123 = "1.2"
RecipesBase = "0.7, 0.8, 1.0"
Requires = "0.5, 1"
Expand Down

2 comments on commit d3b627a

@oschulz
Copy link
Member Author

@oschulz oschulz commented on d3b627a Nov 6, 2023

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

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 v3.1.0 -m "<description of version>" d3b627a94b741da216bb47aa2c4a801154d17a9e
git push origin v3.1.0

Please sign in to comment.