We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fc9b1 commit 84c2037Copy full SHA for 84c2037
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.31.1 (2024-01-11)
4
+
5
+ * Enhancements
6
+ * Make the sidebar horizontally resizable
7
+ * Show the sidebar button and search bar on scroll up on mobile devices
8
+ * More improvements to Erlang/OTP 27 support
9
+ * Document that `source_url_pattern` can be a fun
10
+ * Support `m:Module#anchor`
11
12
## v0.31.0 (2023-12-11)
13
14
* Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.31.1-dev"
+ @version "0.31.1"
def project do
[
0 commit comments