Skip to content

Commit

Permalink
Merge pull request #108 from homalg-project/compathelper/new_version/…
Browse files Browse the repository at this point in the history
…2024-04-06-00-52-54-758-00610405533

CompatHelper: bump compat for GAP to 0.11, (keep existing compat)
  • Loading branch information
mohamed-barakat committed Apr 6, 2024
2 parents fced6a6 + 8dd96e5 commit f18697e
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
@@ -1,7 +1,7 @@
name = "HomalgProject"
uuid = "50bd374c-87b5-11e9-015a-2febe71398bd"
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
version = "1.3.4"
version = "1.4.0"

[deps]
CapAndHomalg = "c4774649-1891-41ea-a883-87141804c57c"
Expand All @@ -11,10 +11,10 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Singular = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"

[compat]
CapAndHomalg = "1.5.0"
GAP = "0.7, 0.8, 0.9.3, 0.10"
CapAndHomalg = "1.6.0"
GAP = "0.11"
Singular = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
julia = "1.8"
julia = "1.8, 1.9, 1.10"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

2 comments on commit f18697e

@mohamed-barakat
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
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/104387

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

Please sign in to comment.