Releases: Canop/bacon
Releases · Canop/bacon
bacon v1.2.2
Solve a build dependency problem - no need to update if bacon 1.2.1 compiles fine for you
bacon v1.2.1
Hit 't' to toggle running cargo with backtraces
bacon v1.1.8
- move to more recent versions of some crates - Fix #51
bacon --list-jobs(orbacon -l) lists all available jobs
bacon v1.1.6
- the default conf now contains a "doc" job
--all-featureslaunch option
bacon v1.1.5
- fix wrong version number in bacon.log
bacon v1.1.4
It's possible to define directories to watch in the bacon.toml config file. For example, by default the test job watches the tests directory if it exists - Thanks @SafariMonkey