Skip to content

Commit

Permalink
0.224.0 (#4646)
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 Apr 25, 2024
1 parent fc035e9 commit 582a9f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Releases.md
@@ -1,3 +1,17 @@
### 0.224.0 / 2024.04.25

- deprecation(permissions): update removal time for `std/permissions` (#4575)
- deprecation(semver): rename `testRange()` to `satisfies()` (#4364)
- feat(http): file server prints local network address (#4604)
- fix(bytes): `equals()` works with subarray (#4630)
- fix(bytes): improve invalid count error message for `repeat()` (#4603)
- fix(csv): do not print empty header line when no columns are given in
`stringify()` (#4610)
- fix(csv): remove unused `opt` parameter (#4598)
- fix(fs/ensure_dir): allow links to directories (#4132)
- fix(path): export private types used in public API (#4645)
- perf(bytes): improve performance of `equals()` (#4635)

### 0.223.0 / 2024.04.15

- deprecation(expect): rename `addSnapshotSerializers` to
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.223.0";
export const VERSION = "0.224.0";

0 comments on commit 582a9f2

Please sign in to comment.