diff --git a/Project.toml b/Project.toml index ff362f30..5f7a4466 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MyWorkflow" uuid = "7abf360e-92cb-4f35-becd-441c2614658a" authors = ["Satoshi Terasaki "] -version = "0.19.0" +version = "0.19.1" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/README.md b/README.md index 9cc8e787..5e2ac6bf 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ - MyWorkflow.jl master (nightly) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master) Julia v1.5.2 -- MyWorkflow.jl v0.19.0 (stable) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.19.0) Julia v1.5.2 +- MyWorkflow.jl v0.19.1 (stable) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.19.1) Julia v1.5.2 # Feature - This repository gives us some useful techniques such as: 1. how to utilize Docker Docker Compose with your Julia workflow. - 2. how to customize Julia's system image via PackageCompiler.jl to reduce an overhead of package's loading time e.g. Plots.jl, PyCall.jl, or DataFrames.jl etc... + 2. how to customize Julia's system image via PackageCompiler.jl to reduce an overhead of package's loading time e.g. Plots.jl etc... 3. how to share our work on the Internet. Check our repository on Binder from [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master) 4. how to use GitHub actions as a CI functionality. 5. how to communicate between a Docker container and Juno/Atom