From b9496c8efdd64fed17f79a28dd24291a2f269a17 Mon Sep 17 00:00:00 2001 From: Folyd Date: Mon, 24 Aug 2020 10:29:03 +0800 Subject: [PATCH] Update changelog v0.11 --- core | 2 +- docs/content/changelog.md | 9 +++++++++ docs/themes/juice | 2 +- now.json => vercel.json | 0 4 files changed, 11 insertions(+), 2 deletions(-) rename now.json => vercel.json (100%) diff --git a/core b/core index 84c2366..730bf5a 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 84c23666b57d44e814c8b357aa4df83cae7b9142 +Subproject commit 730bf5ae9e73c1b6144c7ca73467dd697dc0dff4 diff --git a/docs/content/changelog.md b/docs/content/changelog.md index f468054..4c9dde6 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,6 +4,15 @@ description = "Changelog" weight = 3 +++ +# v0.11 - 2020-08-27 + +- New domain: change rust-search-extension.now.sh to [rust.extension.sh](https://rust.extension.sh) 🎉🎉 +- Bump std search index version to **v1.46.0** +- Support prefix **/** to search nightly docs +- New commands: + - `:mirror`: show all rust mirror websites +- Improve error code regex + # v0.10 - 2020-06-04 - Bump std search index version to **v1.44.0** diff --git a/docs/themes/juice b/docs/themes/juice index a769b4f..903b5fc 160000 --- a/docs/themes/juice +++ b/docs/themes/juice @@ -1 +1 @@ -Subproject commit a769b4fec5ea566fa8d467f91d85357e6958b961 +Subproject commit 903b5fc6317f46bece79c237b4f0d9621ef3d120 diff --git a/now.json b/vercel.json similarity index 100% rename from now.json rename to vercel.json