Skip to content

Commit

Permalink
0.182.0 (#3298)
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 committed Mar 31, 2023
1 parent 87f4a8b commit 01907e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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)
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.181.0";
export const VERSION = "0.182.0";

0 comments on commit 01907e0

Please sign in to comment.