Changes in version 0.5.0
- Fix license in `info.rkt`
Changes in version 0.4.0
- Show progress messages
Changes in version 0.3.2
- Improve README
Changes in version 0.3.2
Describe in the `README.md` in more detail how `raco-exe-multitarget`
works.
Skip more tests when on the package server
More tests than I thought of need a network connection, which isn't
available on the package build/test server.
Changes in version 0.3.0
- Add short command line options for experiments in the shell.
- Adapt tests for running them on the package build server.
Fix errors in tests and packaging
Initial release of `raco-exe-multitarget`
The program works for me, but it's still relatively young and may not be
fit for some use cases. In particular, binaries are generated with `raco
exe`, not `raco dist`, so the tool won't work for more complex
dependencies.
See `README.md` for the current documentation. I plan to write Scribble
documention when the tool has received some feedback and possibly
resulting changes.