Skip to content

Commit

Permalink
0.218.0 (#4419)
Browse files Browse the repository at this point in the history
Co-authored-by: dsherret <[email protected]>
  • Loading branch information
denobot and dsherret authored Feb 29, 2024
1 parent b72ec06 commit 092cd46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.218.0 / 2024.02.29

- feat(assert): optional `reason` param for `unreachable` (#4404) (#4405)
- feat(collections): add `pick` and `omit` (#4218)
- feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366)
- feat(uuid): add type predicate return type to validate (v4) (#4301)
- fix(fs/ensure_symlink): check symlink is pointing the given target (#4371)
- fix(log): add missing return types (#4401)

### 0.217.0 / 2024.02.22

- deprecation(semver): deprecate `==`, `===`, `!==`, and `""` operators (#4271)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
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.217.0";
export const VERSION = "0.218.0";

0 comments on commit 092cd46

Please sign in to comment.