Skip to content

Commit

Permalink
version = "0.0.11"
Browse files Browse the repository at this point in the history
  • Loading branch information
walra356 committed Jan 6, 2025
1 parent dc983ff commit b3fb8ce
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 = "CamiDiff"
uuid = "2453a446-82e3-4664-a8e3-5851c117fba8"
authors = ["Jook Walraven <[email protected]> and contributors"]
version = "0.0.10"
version = "0.0.11"

[deps]
CamiMath = "d302b3f7-c8ae-418d-9fc2-2c0a42bddda0"
Expand Down

4 comments on commit b3fb8ce

@walra356
Copy link
Owner 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:

improved code coverage of testing

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

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

@walra356
Copy link
Owner 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:

Breaking changes

  • replaced using CamiMath by import CamiMath

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

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

Please sign in to comment.