Skip to content

Commit

Permalink
fix compat [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Aug 13, 2024
1 parent 527f0ee commit 4cf4975
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 @@ -32,6 +32,7 @@ Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
PhysicalConstants = "0.2"
PhysicalParticles = "1"
PrecompileTools = "1"
Reexport = "1"
StructArrays = "0.6"
Unitful = "1"
Expand Down

2 comments on commit 4cf4975

@islent
Copy link
Member Author

@islent islent commented on 4cf4975 Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Sampling: Exponential disk c86b386
  • Sampling: Exponential disk with hole f37ad06
  • Sampling: Milky way bulge, setting velocity with rotation curve f37ad06, 0c189c5
  • Improvement: precompile
  • Improvement: AstroSimBase.jl interface 1538bea

@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/113018

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.1.1 -m "<description of version>" 4cf49758c2f28d236946ad4ccdbf336dec533616
git push origin v0.1.1

Please sign in to comment.