Skip to content

Commit 413dd79

Browse files
denobotbartlomieju
andauthored
0.204.0 (#3695)
Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent 5b73e8b commit 413dd79

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Releases.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.204.0 / 2023.10.12
2+
3+
- BREAKING(front_matter): deprecate Format enum, use union type instead (#3641)
4+
- BREAKING(front_matter): deprecate language-specific `test` functions (#3654)
5+
- BREAKING(path): split path into per-os modules, deprecate legacy os-specific
6+
exports (#3649)
7+
- feat(crypto): add BLAKE2B-128 hash algorithm (#3680)
8+
- fix(archive/untar.ts): cannot access symlinks in archives (#3686)
9+
- fix(assert): fix swapping of multiline str diff (#3685)
10+
- perf(encoding): optimize encodeBase64Url (#3682)
11+
- perf: improvements using `Promise.all()` (#3683)
12+
113
### 0.203.0 / 2023.09.27
214

315
- BREAKING(encoding): deprecate encode/decode, add encodeFoo/decodeFoo (#3660)

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* the cli's API is stable. In the future when std becomes stable, likely we
66
* will match versions with cli as we have in the past.
77
*/
8-
export const VERSION = "0.203.0";
8+
export const VERSION = "0.204.0";

0 commit comments

Comments
 (0)