Skip to content

Commit cf58288

Browse files
authoredMar 23, 2025··
Update Project.toml
1 parent dd553a4 commit cf58288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AlgebraicMultigrid"
22
uuid = "2169fc97-5a83-5252-b627-83903c6c433c"
3-
version = "0.7.0"
3+
version = "1.0.0"
44

55
[deps]
66
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

6 commit comments

Comments
 (6)

ChrisRackauckas commented on Mar 23, 2025

@ChrisRackauckas
MemberAuthor

@JuliaRegistrator register()

Breaking Changes

  • Updated preconditioner interface to match the LinearSolve v3 interface.

JuliaRegistrator commented on Mar 23, 2025

@JuliaRegistrator

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

ChrisRackauckas commented on Mar 23, 2025

@ChrisRackauckas
MemberAuthor

@JuliaRegistrator register()

Breaking Changes

  • Updated preconditioner interface to match the LinearSolve v3 interface.

JuliaRegistrator commented on Mar 23, 2025

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/127521

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

ChrisRackauckas commented on Mar 23, 2025

@ChrisRackauckas
MemberAuthor

@JuliaRegistrator register()

Release Notes:

Breaking Changes

  • Updated preconditioner interface to match the LinearSolve v3 interface.

JuliaRegistrator commented on Mar 23, 2025

@JuliaRegistrator

Registration pull request updated: JuliaRegistries/General/127521

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.0.0 -m "<description of version>" cf582880bcaebfaca52d2be5f05ff84cb3944a30
git push origin v1.0.0
Please sign in to comment.