Skip to content

Commit

Permalink
Merge pull request #9 from JuliaSpaceMissionDesign/dev
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
andreapasquale94 authored Nov 11, 2023
2 parents 56b2f32 + b351c5e commit 10dcdab
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 @@ -8,6 +8,7 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"

[compat]
julia = "1"
Graphs = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 10dcdab

@andreapasquale94
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Added @interface macro and polished code.
  • Added interfaces for Graphs and Models.

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

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 v1.4.0 -m "<description of version>" 10dcdab0601dae8d894eef86e32e9c350f37e68a
git push origin v1.4.0

Please sign in to comment.