Version 0.39.1 #2

Open
matwey wants to merge 1 commits from matwey/ex_doc:main into main
7 changed files with 57 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/elixir-lang/ex_doc</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v0.38.1</param>
<param name="revision">v0.39.1</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.+)</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/elixir-lang/ex_doc</param>
<param name="changesrevision">b28eaa93d568d519f949a110687e048faad41bb6</param></service></servicedata>
<param name="changesrevision">c0f0773f9d2ade0a99185f6175a2a88cf19a7434</param></service></servicedata>

Binary file not shown.

BIN
ex_doc-0.39.1.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Nov 05 12:02:38 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- 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 <matwey.kornilov@gmail.com>

View File

@@ -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)

BIN
vendor.tar.gz LFS

Binary file not shown.