Skip to content

Commit

Permalink
0.217.0 (#4369)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
  • Loading branch information
denobot and bartlomieju committed Feb 22, 2024
1 parent ac82d73 commit 104d02a
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.217.0 / 2024.02.22

- deprecation(semver): deprecate `==`, `===`, `!==`, and `""` operators (#4271)
- doc: fix `std/path/posix` link (#4337)
- feat(io): `iterateReader[Sync]()` (#4247)
- feat(io): un-deprecate `readerFromStreamReader()` (#4343)
- feat(testing): explicit resource management for `spy()` and `stub()` (#4306)
- fix(http): `version` from `deno.json` import (#4342)
- fix(media_types): load extensions when directly importing
`extensionsByTypes()` (#4351)
- fix(semver): fix `prerelease` handlings in range utils (#4323)
- fix(semver): fix parse_range for `>x.y` pattern (#4350)

### 0.216.0 / 2024.02.15

- BREAKING(path): remove `path/windows/separator.ts` (#4292)
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.216.0";
export const VERSION = "0.217.0";

0 comments on commit 104d02a

Please sign in to comment.