Skip to content

Commit 0f3522f

Browse files
denobotlittledivy
andauthored
0.219.0 (#4454)
Co-authored-by: littledivy <[email protected]>
1 parent 9743031 commit 0f3522f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Releases.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.219.0 / 2024.03.08
2+
3+
- [unstable] BREAKING(semver): remove `gtr()` and `ltr()` (#4450)
4+
- [unstable] BREAKING(semver): remove `reverseSort()` (#4422)
5+
- [unstable] BREAKING(semver): remove deprecated operators (#4423)
6+
- feat(expect): support `expect.extend()` api (#4412)
7+
- fix(expect): fix equality of iterables (#4286)
8+
- fix(fs): `emptyDir()` test after workspace conversion (#4427)
9+
- fix(fs): `expandGlob()` test after workspace conversion (#4428)
10+
- fix(log): don't discard bytes >4096 in `FileHandler` (#4415)
11+
- fix(path): fix common() results that depend on the order and/or number of
12+
input paths (#4414)
13+
114
### 0.218.0 / 2024.02.29
215

316
- feat(assert): optional `reason` param for `unreachable` (#4404) (#4405)

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

0 commit comments

Comments
 (0)