Skip to content

Commit

Permalink
Merge pull request #118 from Saityi/patch-1
Browse files Browse the repository at this point in the history
Add upper bound to compat in Project.toml for release of 0.2.0
  • Loading branch information
Xiaoyan-Li authored Feb 14, 2024
2 parents db8df0d + d2743b2 commit b767912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AlgebraicRewriting = "0.2.1"
Catlab = "0.15.5"
AlgebraicRewriting = "0.2.1 - 0.3.1"
Catlab = "0.15.5 - 0.16.7"
Combinatorics = "1.0.2"
CompTime = "0.1"
Graphs = "1.9.0"
Graphs = "1.9.0"
GraphViz = "0.2"
JSON = "0.21.0"
LabelledArrays = "^1"
Expand All @@ -40,7 +40,7 @@ StaticArrays = "1.5.2"
StatsBase = "^0.33, 0.34"
StringManipulation = "0.3"
Tables = "1.7.0"
julia = "1.9"
julia = "1.9 - 1.10"

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

4 comments on commit b767912

@Saityi
Copy link
Collaborator

@Saityi Saityi commented on b767912 Feb 14, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Register Failed
@Saityi, it looks like you are not a publicly listed member/owner in the parent organization (AlgebraicJulia).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@Saityi
Copy link
Collaborator

@Saityi Saityi commented on b767912 Feb 14, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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 v0.2.0 -m "<description of version>" b76791226debc73a8490fcd3ff9137b8d08195c0
git push origin v0.2.0

Please sign in to comment.