Skip to content

Commit

Permalink
0.185.0 (#3336)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
  • Loading branch information
3 people authored Apr 27, 2023
1 parent 934cb11 commit 92d1fb8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ jobs:
- name: Check Deprecations
run: "deno task lint:deprecations"

- name: Check Import paths in Docs
run: "deno task lint:doc-imports"
# TODO(bartlomieju): temporarily disabled, because it relies on
# `Deno[Deno.internal].core`, which was removed in v1.33.0.
# - name: Check Import paths in Docs
# run: "deno task lint:doc-imports"

- name: Check non-test assertions
run: deno task lint:check-assertions
Expand Down
9 changes: 9 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.185.0 / 2023.04.27

- feat(dotenv): allow reading from `.env` files without granting env access
(#3306)
- feat(jsonc): annotate return types (#3327)
- feat(uuid): uuid v3 (#3324)
- perf(http/file_server): avoid calculating Content-Type when 304 Not Modified
response (#3323)

### 0.184.0 / 2023.04.18

- BREAKING(encoding): remove deprecated APIs (#3303)
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.184.0";
export const VERSION = "0.185.0";

0 comments on commit 92d1fb8

Please sign in to comment.