mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.181.0 (#3274)
Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
This commit is contained in:
parent
18b171468b
commit
829f5eef21
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user