Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
This commit is contained in:
denobot 2023-03-23 06:23:36 +09:00 committed by GitHub
parent 18b171468b
commit 829f5eef21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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";