Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Feb 2, 2024
1 parent 25c4408 commit d4ba4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AstroNbodySim"
uuid = "034523a5-eae8-49f5-9052-0ea364535333"
authors = ["islent <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
AstroIO = "c85a633c-0c3f-44a2-bffe-7f9d0681b3e7"
Expand Down

3 comments on commit d4ba4dd

@islent
Copy link
Member Author

@islent islent commented on d4ba4dd Feb 2, 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:

  • Use PhysicalFDM.jl and AstroSimBase.jl
  • Deprecate Knet
  • analysis
  • precompile

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

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>" d4ba4ddc6cc9c0ab68d5e9d079f0dd371c2f8f6e
git push origin v0.1.1

@islent
Copy link
Member Author

@islent islent commented on d4ba4dd Feb 2, 2024

Choose a reason for hiding this comment

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

This may solve #11

Please sign in to comment.