This commit is contained in:
David Sherret 2022-03-31 11:55:29 -04:00 committed by GitHub
parent d31f404759
commit e1cac630c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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";