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

Version 0.1.8

Open dmolina opened this issue 4 years ago • 1 comments

@JuliaRegistrator register New version v0.1.8

0.1.8 - (2021-05-29)

New

  • Improve documentation with PackageCompiler.

Fixes

  • Fix annoying error message for closing process during output.

dmolina avatar May 29 '21 11:05 dmolina

Registration pull request created: JuliaRegistries/General/37776

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.8 -m "<description of version>" fb038765c65c021ee89dbcb6a0eb9f20bc73dd82
git push origin v0.1.8

JuliaRegistrator avatar May 29 '21 11:05 JuliaRegistrator