Skip to content

Commit

Permalink
Merge #528
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] and cossio authored Oct 30, 2023
2 parents b981c08 + 89fedeb commit ce98bd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ PackageG = "0.2 - 1" # includes infinitely many breaking 0.x releases of Pack
See [Pkg's documentation](https://julialang.github.io/Pkg.jl/v1/compatibility/) for specification of `[compat]` entries in your
`Project.toml` file.

(**Note:** Standard libraries are excluded for this criterion since they are bundled
with Julia, and, hence, implicitly included in the `[compat]` entry for Julia.
For the time being, JLL dependencies are also excluded for this criterion because they
often have non-standard version numbering schemes; however, this may change in the future.)
(**Note:** JLL dependencies are excluded from this criterion because they often have non-standard version numbering schemes; however, this may change in the future.)

You may find [CompatHelper.jl](https://github.com/bcbi/CompatHelper.jl) and [PackageCompatUI.jl](https://github.com/GunnarFarneback/PackageCompatUI.jl) helpful for maintaining up-to-date `[compat]` entries.

Expand Down

0 comments on commit ce98bd5

Please sign in to comment.