Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
denobot 2023-08-21 07:48:34 -04:00 committed by GitHub
parent fd5722bbb6
commit 72d6e6641e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### 0.199.0 / 2023.08.21
- fix(collections): redblack tree and bst not being exported from mod (#3528)
- fix(http/cookie_map): add maxAge to set/delete options (#3524)
- fix(log): fix serializing BigInt value in object (#3550)
- fix(path): typo in comment in _resolve (#3545)
- fix(testing/time): fix FakeTime.restoreFor accuracy for sync callbacks (#3531)
- perf: repoint internal imports to single-export files (#3537)
### 0.198.0 / 2023.08.10
- feat(path): single file exports (#3510)

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.198.0";
export const VERSION = "0.199.0";