mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.133.0
This commit is contained in:
parent
d31f404759
commit
e1cac630c3
@ -1,3 +1,8 @@
|
||||
### 0.133.0 / 2022.03.31
|
||||
|
||||
- BREAKING: improve bytes/ module (#2074)
|
||||
- feat(testing): add mocking utilities (#2048)
|
||||
|
||||
### 0.132.0 / 2022.03.25
|
||||
|
||||
- feat(collections): Add BSTree and RBTree (#2023)
|
||||
|
@ -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.132.0";
|
||||
export const VERSION = "0.133.0";
|
||||
|
Loading…
Reference in New Issue
Block a user