From e91ceb66d92402fa144be2b94616e763d43259d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 20 Jul 2019 09:01:01 +0200 Subject: [PATCH] Release v0.21.1 --- CHANGELOG.md | 8 ++++++++ ...d3bd0a7982fb61d3.css => epub-82565ee13b8c45972353.css} | 0 ...56d3bd0a7982fb61d3.js => epub-82565ee13b8c45972353.js} | 0 ...81b8f8bd911a9509.css => html-9914b37a220eb2c313b6.css} | 0 ...0581b8f8bd911a9509.js => html-9914b37a220eb2c313b6.js} | 0 lib/ex_doc/markdown.ex | 2 +- mix.exs | 2 +- 7 files changed, 10 insertions(+), 2 deletions(-) rename formatters/epub/dist/{epub-a956d3bd0a7982fb61d3.css => epub-82565ee13b8c45972353.css} (100%) rename formatters/epub/dist/{epub-a956d3bd0a7982fb61d3.js => epub-82565ee13b8c45972353.js} (100%) rename formatters/html/dist/{html-100581b8f8bd911a9509.css => html-9914b37a220eb2c313b6.css} (100%) rename formatters/html/dist/{html-100581b8f8bd911a9509.js => html-9914b37a220eb2c313b6.js} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de0d35d9..85327d958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.21.1 + + * Bug fixes + * [HTML] Make sure package selector can be reopened after closed with `ESC` + * [HTML] Ensure tooltip pages can be cached + * [HTML] Support large version numbers on the version dropdown + * [mix docs] Raise nice exception for missing ExDoc.Config + ## v0.21.0 * Enhancements diff --git a/formatters/epub/dist/epub-a956d3bd0a7982fb61d3.css b/formatters/epub/dist/epub-82565ee13b8c45972353.css similarity index 100% rename from formatters/epub/dist/epub-a956d3bd0a7982fb61d3.css rename to formatters/epub/dist/epub-82565ee13b8c45972353.css diff --git a/formatters/epub/dist/epub-a956d3bd0a7982fb61d3.js b/formatters/epub/dist/epub-82565ee13b8c45972353.js similarity index 100% rename from formatters/epub/dist/epub-a956d3bd0a7982fb61d3.js rename to formatters/epub/dist/epub-82565ee13b8c45972353.js diff --git a/formatters/html/dist/html-100581b8f8bd911a9509.css b/formatters/html/dist/html-9914b37a220eb2c313b6.css similarity index 100% rename from formatters/html/dist/html-100581b8f8bd911a9509.css rename to formatters/html/dist/html-9914b37a220eb2c313b6.css diff --git a/formatters/html/dist/html-100581b8f8bd911a9509.js b/formatters/html/dist/html-9914b37a220eb2c313b6.js similarity index 100% rename from formatters/html/dist/html-100581b8f8bd911a9509.js rename to formatters/html/dist/html-9914b37a220eb2c313b6.js diff --git a/lib/ex_doc/markdown.ex b/lib/ex_doc/markdown.ex index 98456051b..27138a0a1 100644 --- a/lib/ex_doc/markdown.ex +++ b/lib/ex_doc/markdown.ex @@ -4,7 +4,7 @@ defmodule ExDoc.Markdown do ExDoc is compatible with any markdown processor that implements the functions defined in this module. The markdown processor can be changed - via the `:markdown_processor` option in your `mix.exs. + via the `:markdown_processor` option in your `mix.exs`. ExDoc supports the following Markdown parsers out of the box: diff --git a/mix.exs b/mix.exs index c3bdf4f99..cb05a46bb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExDoc.Mixfile do use Mix.Project - @version "0.21.0" + @version "0.21.1" def project do [