From 90140aefdefec7201418bafd4e91318581ae1090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 5 Feb 2021 17:50:28 +0100 Subject: [PATCH] 0.86.0 --- Releases.md | 7 +++++++ version.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Releases.md diff --git a/Releases.md b/Releases.md new file mode 100644 index 000000000..4d1643a1e --- /dev/null +++ b/Releases.md @@ -0,0 +1,7 @@ +### 0.86.0 / 2021.01.29 + +- feat(http/file_server): support do not show dotfiles (#690) +- feat(http/file_server): show ../ if it makes sense & end dirs with / (#691) + +Releases notes for previous releases can be found in +[`deno` repository](https://github.com/denoland/deno/releases). diff --git a/version.ts b/version.ts index 434eaf801..01792d393 100644 --- a/version.ts +++ b/version.ts @@ -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.85.0"; +export const VERSION = "0.86.0";