Releases: fredrikekre/jlpkg
Releases · fredrikekre/jlpkg
v1.2.0
Set version to v1.2.0.
v1.1.3
Fix a bad test that added Example to Project.toml.
v1.1.2
v1.1.2 (2019-11-27)
v1.1.1
v1.1.1 (2019-09-03)
Closed issues:
- Wrap subprocess error (#10)
- Propagate --color to subprocess when using --julia (#9)
- Make it possible to specify julia-path as a flag? (#5)
Merged pull requests:
- Add try/catch around spawning of new julia process (#13) (fredrikekre)
- Use --color for subprocess launched with --julia, fixes #9. (#12) (fredrikekre)
- Delete all --julia args, only run the last one. (#11) (fredrikekre)
v1.1.0
v1.1.0 (2019-08-31)
Closed issues:
- Add
--file
option to jlpkg? (#4)
Merged pull requests:
- Print output to the correct std stream. (#8) (fredrikekre)
- Add --julia switch for swapping the julia executable. (#7) (fredrikekre)
- Check validity of arguments, better error messages. (#6) (fredrikekre)