Skip to content

Commit c35831d

Browse files
committed
version 1.1.4
1 parent 5408d4a commit c35831d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="v1.1.4"></a>
2+
### v1.1.4 - 2021/02/10
3+
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
4+
15
<a name="v1.1.3"></a>
26
### v1.1.3 - 2021/01/29
37
* `check-all` target now checks all - Fix #27

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bacon"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
authors = ["dystroy <[email protected]>"]
55
repository = "https://github.com/Canop/bacon"
66
description = "background rust compiler"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ and run
8888

8989
bacon check-win
9090

91-
The `bacon.toml` file should may evolve with the features and settings of your project and should be added to source control.
91+
The `bacon.toml` file may evolve with the features and settings of your project and should be added to source control.
9292

9393
### configure clippy lints
9494

0 commit comments

Comments
 (0)