Skip to content

Commit 9ff4548

Browse files
denobotlittledivy
andauthored
0.203.0 (#3678)
Co-authored-by: littledivy <[email protected]>
1 parent c5515cd commit 9ff4548

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Releases.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.203.0 / 2023.09.27
2+
3+
- BREAKING(encoding): deprecate encode/decode, add encodeFoo/decodeFoo (#3660)
4+
- BREAKING(encoding): deprecate old encode/decode in hex.ts (#3673)
5+
- BREAKING(front_matter): deprecate default exports (#3653)
6+
- BREAKING(io): deprecate io top level module (#3556)
7+
- fix(collections): accept readonly arrays in aggregateGroups, reduceGroups, zip
8+
(#3662)
9+
- fix(datetime): correctly format midnight in 12-hour time (#3667)
10+
- fix(datetime): fix dayOfYear when the timezone has DST (#3668)
11+
- fix(encoding): add validation of the input types (#3666)
12+
- fix(semver): add a necessary grouping, fix prerelease parsing (#3674)
13+
114
### 0.202.0 / 2023.09.19
215

316
- BREAKING(collections): move RedBlackTree, BinarySearchTree, and BinaryHeap to

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.202.0";
8+
export const VERSION = "0.203.0";

0 commit comments

Comments
 (0)