Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
This commit is contained in:
denobot 2023-04-01 02:58:50 +09:00 committed by GitHub
parent 87f4a8b4ba
commit 01907e045f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### 0.182.0 / 2023.03.31
- feat(csv): add `CsvStringifyStream` (#3270)
- feat(fs): undo deprecation of `exists` and add permission and type check to it
(#2785)
- feat(fs/walk): WalkError class (#3054)
- feat: disposition on TextDelimiterStream (#3273)
- fix(csv/csv_stringify_stream): output headers based on `columns` option
(#3293)
- fix(encoding/base58): fix base58 decoding missing the first byte (#3275)
### 0.181.0 / 2023.03.22
- feat(front_matter): support +++ for TOML block (#3254)

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.181.0";
export const VERSION = "0.182.0";