Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a84b168

Browse files
authoredJan 24, 2025··
Set version to 0.5.2
1 parent 4027f69 commit a84b168

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,7 +1,7 @@
11
name = "GeometryBasics"
22
uuid = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
33
authors = ["SimonDanisch <sdanisch@gmail.com>"]
4-
version = "0.5.1"
4+
version = "0.5.2"
55

66
[deps]
77
EarCut_jll = "5ae413db-bbd1-5e63-b57d-d24a61df00f5"

2 commit comments

Comments
 (2)

github-actions[bot] commented on Jan 24, 2025

@github-actions[bot]
ContributorAuthor

JuliaRegistrator commented on Jan 24, 2025

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/123642

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.5.2 -m "<description of version>" a84b1680ae3a8236c0b192accdf4b632983f8f77
git push origin v0.5.2
Please sign in to comment.