Skip to content

Commit 95565a6

Browse files
authored
0.102.0
1 parent 68cf2a0 commit 95565a6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Releases.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 0.102.0 / 2021.07.19
2+
3+
- feat: Add std/collections (#993)
4+
- fix(encoding/toml): fix comment line starting with whitespaces (#1017)
5+
- fix(encoding/toml): parse keys correctly (#1019)
6+
- fix(hash): fix handling of non-byte-sized TypedArray views (#1012)
7+
- fix(testing): Don't merge diff when it's not spaces even if it's surrounded by
8+
word-diff (#1032)
9+
110
### 0.101.0 / 2021.07.13
211

312
- BREAKING(encoding/hex): remove encodedLen, encodeToString, decodedLen,

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

0 commit comments

Comments
 (0)