Skip to content

Commit

Permalink
0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 17, 2021
1 parent eab3a72 commit 69245d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.97.0 / 2021.05.17

- fix(io/buffer): make Buffer compatible with Deploy (#912)
- fix(io/bufio): readDelim returns wrong result if delim strides over chunks
(#877)
- fix(node/events): accept only functions as listener arguments (#916)
- fix(testing): support array values in assertObjectMatch (#906)

### 0.96.0 / 2021.05.11

- feat(fs/walk): show path in walk error (#875)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* the cli's API is stable. In the future when std becomes stable, likely we
* will match versions with cli as we have in the past.
*/
export const VERSION = "0.96.0";
export const VERSION = "0.97.0";

0 comments on commit 69245d3

Please sign in to comment.