We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da2232 commit b71b165Copy full SHA for b71b165
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.35.1 (2024-11-21)
4
+
5
+ * Bug fixes
6
+ * Make sure symlinks are copied from assets directory
7
+ * Discard private functions documented by EDoc
8
9
## v0.35.0 (2024-11-19)
10
11
* 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.35.0"
+ @version "0.35.1"
def project do
[
0 commit comments