We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3684415 commit 2e24199Copy full SHA for 2e24199
Releases.md
@@ -1,3 +1,7 @@
1
+### 0.220.1 / 2024.03.15
2
+
3
+- fix(tar): leak in `Tar() checks directory entry type` test (#4490)
4
5
### 0.220.0 / 2024.03.14
6
7
- Revert "refactor(cli): cleanup `parse_args.ts` (#4189)" (#4485)
version.ts
@@ -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.
*/
8
-export const VERSION = "0.220.0";
+export const VERSION = "0.220.1";
0 commit comments