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 c0da282

Browse files
authoredFeb 19, 2025··
Set version to 0.5.3
1 parent 08fab13 commit c0da282

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.2"
4+
version = "0.5.3"
55

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

2 commit comments

Comments
 (2)

github-actions[bot] commented on Feb 19, 2025

@github-actions[bot]
ContributorAuthor

JuliaRegistrator commented on Feb 19, 2025

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/125430

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