DaemonMode.jl icon indicating copy to clipboard operation
DaemonMode.jl copied to clipboard

Version 0.1.10

Open dmolina opened this issue 4 years ago • 1 comments

@JuliaRegistrator register New version v0.1.10

0.1.10 - (2021-11-11)


New

  • Allow eval function, required for loading several MLJ models.

dmolina avatar Nov 11 '21 18:11 dmolina

Registration pull request created: JuliaRegistries/General/48634

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.10 -m "<description of version>" 3ecbd6b5ac663ca87b6b8e6b6e5cc18beb2b9adb
git push origin v0.1.10

JuliaRegistrator avatar Nov 11 '21 18:11 JuliaRegistrator