Skip to content

Commit

Permalink
0.181.0 (#3274)
Browse files Browse the repository at this point in the history
Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
  • Loading branch information
denobot and mmastrac authored Mar 22, 2023
1 parent 18b1714 commit 829f5ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.181.0 / 2023.03.22

- feat(front_matter): support +++ for TOML block (#3254)
- feat(testing/asserts): include `msg` in assertion errors (#3253)

### 0.180.0 / 2023.03.16

- BREAKING(csv): move `encoding/csv` to own top-level folder and towards
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.180.0";
export const VERSION = "0.181.0";

0 comments on commit 829f5ee

Please sign in to comment.