Skip to content

Commit

Permalink
docs: Release updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Aug 2, 2020
1 parent 18e0c2d commit a078c0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for [Deno](https://deno.land/) inspired by
- File tasks and non-file tasks.
- Drake API functions for defining, registering and running tasks.

**Status**: Tested with Deno 1.2.0 running on Ubuntu 20.04, Windows 10. See
**Status**: Tested with Deno 1.2.2 running on Ubuntu 20.04, Windows 10. See
[releases](https://github.com/srackham/drake/blob/master/releases.md).


Expand All @@ -25,7 +25,7 @@ A drakefile is a TypeScript module that:
Example drakefile:

``` typescript
import { desc, run, task } from "https://deno.land/x/drake@v1.2.5/mod.ts";
import { desc, run, task } from "https://deno.land/x/drake@v1.2.6/mod.ts";

desc("Minimal Drake task");
task("hello", [], function() {
Expand Down
3 changes: 3 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Drake releases

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

## 1.2.5 / 2020-07-14
- Upgraded to Deno version 1.2.0,`std/0.61.0`.

Expand Down

0 comments on commit a078c0d

Please sign in to comment.