From 6368104173d891fcc67748817503f4d8a15da910825ae44d6950c76378151ef0 Mon Sep 17 00:00:00 2001 From: "Matwey V. Kornilov" Date: Wed, 5 Nov 2025 15:07:18 +0300 Subject: [PATCH] Version 0.39.1 --- _service | 2 +- _servicedata | 2 +- ex_doc-0.38.1.tar.xz | 3 --- ex_doc-0.39.1.tar.xz | 3 +++ ex_doc.changes | 47 ++++++++++++++++++++++++++++++++++++++++++++ ex_doc.spec | 4 +++- vendor.tar.gz | 4 ++-- 7 files changed, 57 insertions(+), 8 deletions(-) delete mode 100644 ex_doc-0.38.1.tar.xz create mode 100644 ex_doc-0.39.1.tar.xz diff --git a/_service b/_service index 846a262..9ea9e17 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/elixir-lang/ex_doc @PARENT_TAG@ - v0.38.1 + v0.39.1 git enable v(.+) diff --git a/_servicedata b/_servicedata index 14ae558..1b23f9d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/elixir-lang/ex_doc - b28eaa93d568d519f949a110687e048faad41bb6 \ No newline at end of file + c0f0773f9d2ade0a99185f6175a2a88cf19a7434 \ No newline at end of file diff --git a/ex_doc-0.38.1.tar.xz b/ex_doc-0.38.1.tar.xz deleted file mode 100644 index f9c7f3e..0000000 --- a/ex_doc-0.38.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b09bae64396541b213f170a99c58a4f0a2412cbb3f7e162570a97c8a7a82304 -size 355444 diff --git a/ex_doc-0.39.1.tar.xz b/ex_doc-0.39.1.tar.xz new file mode 100644 index 0000000..2ba0c69 --- /dev/null +++ b/ex_doc-0.39.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22d86dc14d3e482385ee01072a10f006be7447011e55a0141eee031e9e960fb +size 358924 diff --git a/ex_doc.changes b/ex_doc.changes index ac1b601..ffa50f7 100644 --- a/ex_doc.changes +++ b/ex_doc.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Wed Nov 05 12:02:38 UTC 2025 - Matwey Kornilov + +- Update to version 0.39.1: + * Release v0.39.1 + * Italics for autocompletion header to not confuse with results + * Fix admonition on small screens + * Improve box shadow, minimize search button space + * Release v0.39.0 + * Search style + * Tags are a list of atoms, closes #2159 + * Update GitHub organization for Ecto in README (#2158) + * Support specifying packages under search + * Validate extra fields + * Allow multiple search engines (#2153) + * Streamline autocompletion + * Remove preview feature + * Remove tabindex from tabpanels + * Add inline code to admonition block test page headings (#2152) + * Update assets + * Update admonitions; simplify code bg/bdr colors + * Include admonition type in test block headings + * refactor: extract minimal shared logic between HTML and EPUB formatters (#2147) + * Add .cheatmd to epub to avoid broken links + * Clean up epub tests + * Safe guard exdoc:autocomplete-limit meta access (#2142) + * Release v0.38.4 + * Fix position os stale icon + * Escape attributes + * Update assets + * Increase spacing in bottom actions + * Release v0.38.3 + * Bump tmp from 0.2.1 to 0.2.4 in /assets (#2139) + * Load discovered makeup apps for cli (#2138) + * Fix typos (#2137) + * Improve docs for :skip_undefined_reference_warnings_on (#2136) + * Ensure default groups for docs are sorted alphabetically (#2132) + * Display description text in docs groups (#2113) + * Set minimum elixir on the `README.md` to 1.15 (#2130) + * Update assets + * Allow configuring autocomplete limit, and default it to 10 instead of 8 (#2129) + * Release v0.38.2 + * Do not add fancy anchors around verbatim headers, closes #2128 + * Update assets + * Move external link margin to the left (#2126) + * Fix typo in CHANGELOG.md (#2125) + ------------------------------------------------------------------- Mon Jun 2 15:34:02 UTC 2025 - Matwey Kornilov diff --git a/ex_doc.spec b/ex_doc.spec index 652fae9..8ac8162 100644 --- a/ex_doc.spec +++ b/ex_doc.spec @@ -17,7 +17,7 @@ Name: ex_doc -Version: 0.38.1 +Version: 0.39.1 Release: 0 Summary: ExDoc produces HTML and online documentation for Elixir projects License: Apache-2.0 AND MIT @@ -27,6 +27,7 @@ Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.gz BuildRequires: elixir >= 1.15 BuildRequires: elixir-hex +BuildRequires: strip-nondeterminism >= 1.15 Obsoletes: elixir-ex_doc < %{version} Provides: elixir-ex_doc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,6 +51,7 @@ export MIX_PATH=%{elixir_libdir}/hex/ebin %install sed -i -e '1s|/usr/bin/env escript|/usr/bin/escript|' ex_doc install -D -m 0755 ex_doc %{buildroot}%{_bindir}/ex_doc +strip-nondeterminism --timestamp=${SOURCE_DATE_EPOCH:-1494270000} --clamp-timestamp %{buildroot}%{_bindir}/ex_doc %files %defattr(-,root,root) diff --git a/vendor.tar.gz b/vendor.tar.gz index f1c470b..3b1a11c 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:870c25d2c3fa97df1bce483b7a9582cb0f962cc0a2c75363a8b49a83ee344ebb -size 238442 +oid sha256:46a6052f16973acd762e4637d404ba1884ab48a61fa989785e7647ef995d67d8 +size 238456 -- 2.51.1