From 9731cbc2881ae3052100d03662a3d69f5e3d2ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 9 Oct 2020 19:05:50 +0200 Subject: [PATCH] fix Releases.md (#7883) --- .github/workflows/ci.yml | 2 +- Releases.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91f551f2aa..55f8a7c371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: if: | matrix.kind == 'test_release' || matrix.kind == 'bench' - run: cargo build --release --locked --all-targets + run: cargo build --release --locked --all-targets -vv - name: Build debug if: matrix.kind == 'test_debug' diff --git a/Releases.md b/Releases.md index 6eb241a972..5d77081bb7 100644 --- a/Releases.md +++ b/Releases.md @@ -6,13 +6,12 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install -### 1.4.4 / 2020.10.03 +### 1.4.5 / 2020.10.08 - feat(unstable): Revert "enable importsNotUsedAsValues by default #7413" (#7800) - fix: Update worker types to better align to lib.dom.d.ts (#7843) -- fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash - (#7833) +- fix(cli/ops/fs): Preserve Windows path separators in Deno.realPath() (#7833) - fix(cli/rt/console): Don't require a prototype to detect a class instance (#7869) - fix(cli/rt/error_stack): Improve message line formatting (#7860)