Skip to content

Commit eef3bf1

Browse files
committed
docs: Updated CHANGELOG.
1 parent c31ccbf commit eef3bf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Drake Changelog
22

3+
## 1.3.2 / 2020-09-08
4+
- Update examples.
5+
- Rename `releases.md` to the more idiomatic `CHANGELOG.md`.
6+
37
## 1.3.1 / 2020-09-07
48
- The `execute` API conditionally executes file task actions.
59
- Add `compile-async` task to the `examples/dynamic-tasks.ts` example Drakefile.
@@ -10,7 +14,6 @@
1014
- `debug` API does not print `title` if it is blank.
1115
- Upgraded to Deno version 1.3.3,`std/0.68.0`.
1216

13-
1417
## 1.2.6 / 2020-08-03
1518
- Upgraded to Deno version 1.2.2,`std/0.63.0`.
1619

@@ -36,18 +39,15 @@
3639
- FIX: An error occured if a File task contained a Normal task prerequisite.
3740
- Upgraded to Deno version 1.0.3, `std/0.54.0`.
3841

39-
4042
## 1.1.1 / 2020-05-21
4143
- FIX: Cache file write error when using `--directory` option.
4244

43-
4445
## 1.1.0 / 2020-05-21
4546
- APIs that are can be used in non-drakefiles are exposed via `lib.ts`.
4647
- Log message format consistency.
4748
- Tightened `env` runtime parameter checks.
4849
- A lot of code refactoring including spliting `deps.ts` into separate test and runtime deps.
4950
- Upgraded to Deno version 1.0.1, `std/0.52.0`.
5051

51-
5252
## 1.0.0 / 2020-05-15
5353
Version 1.0.0 released.

0 commit comments

Comments
 (0)