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 bde1bbf

Browse files
authoredMar 22, 2025··
Update Project.toml
1 parent ba904be commit bde1bbf

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 = "MLUtils"
22
uuid = "f1d291b0-491e-4a28-83b9-f70985020b54"
33
authors = ["Carlo Lucibello <carlo.lucibello@gmail.com> and contributors"]
4-
version = "0.4.7"
4+
version = "0.4.8"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

2 commit comments

Comments
 (2)

CarloLucibello commented on Mar 22, 2025

@CarloLucibello
MemberAuthor

JuliaRegistrator commented on Mar 22, 2025

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/127484

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