Skip to content

Commit

Permalink
Bump Tensorial
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaNakamura committed Sep 4, 2024
1 parent 8da46ad commit 9f5b182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tesserae"
uuid = "fd374396-9d9c-4d88-9aa5-37a7f6105aca"
authors = ["Keita Nakamura <keita.nakamura.1109@gmail.com>"]
version = "0.1.10"
version = "0.1.11"

[deps]
PoissonDiskSampling = "d57be0ce-7c7e-4f32-9a47-3bfb603400bb"
Expand All @@ -22,6 +22,6 @@ Random = "1"
Reexport = "1"
SparseArrays = "1"
StructArrays = "0.6"
Tensorial = "0.14,0.15"
Tensorial = "0.14,0.15,0.16"
WriteVTK = "1.18"
julia = "1.9"

2 comments on commit 9f5b182

@KeitaNakamura
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
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/114569

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.1.11 -m "<description of version>" 9f5b182131790bec242c2a47da7c302cc169aabc
git push origin v0.1.11

Please sign in to comment.