Skip to content

Commit

Permalink
0.219.0 (#4454)
Browse files Browse the repository at this point in the history
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
  • Loading branch information
denobot and littledivy committed Mar 8, 2024
1 parent 9743031 commit 0f3522f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Releases.md
@@ -1,3 +1,16 @@
### 0.219.0 / 2024.03.08

- [unstable] BREAKING(semver): remove `gtr()` and `ltr()` (#4450)
- [unstable] BREAKING(semver): remove `reverseSort()` (#4422)
- [unstable] BREAKING(semver): remove deprecated operators (#4423)
- feat(expect): support `expect.extend()` api (#4412)
- fix(expect): fix equality of iterables (#4286)
- fix(fs): `emptyDir()` test after workspace conversion (#4427)
- fix(fs): `expandGlob()` test after workspace conversion (#4428)
- fix(log): don't discard bytes >4096 in `FileHandler` (#4415)
- fix(path): fix common() results that depend on the order and/or number of
input paths (#4414)

### 0.218.0 / 2024.02.29

- feat(assert): optional `reason` param for `unreachable` (#4404) (#4405)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Expand Up @@ -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.218.2";
export const VERSION = "0.219.0";

0 comments on commit 0f3522f

Please sign in to comment.