Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.1.9 #37

Open
dmolina opened this issue Jul 27, 2021 · 1 comment
Open

Version 0.1.9 #37

dmolina opened this issue Jul 27, 2021 · 1 comment

Comments

@dmolina
Copy link
Owner

dmolina commented Jul 27, 2021

@JuliaRegistrator register
New version v0.1.9

0.1.9 - (2021-07-27)


New

Automatically reload the modified packages

DaemonMode would execute the codes that are directly passed to the server, so each time the codes are updated, you would get the up-to-date results. However, sometimes you may also be developing some packages in the same time, and want they got reloaded when modified. You can use Revise together with DaemonMode for this purpose. You only need to add using Revise, before starting the DaemonMode server:

julia --startup-file=no -e 'using Revise; using DaemonMode; serve()'
@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/41634

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.9 -m "<description of version>" 3fc3694b4cf73510d1608e7f1d7939f897f305ec
git push origin v0.1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants