File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 fail-fast : true
3030 matrix :
3131 include :
32+ - otp : 26
33+ otp_version : " 26.2.5"
34+ elixir_version : " 1.16.2"
3235 - otp : 27
3336 otp_version : " 27.3.4.9"
3437 elixir_version : " 1.19.5"
3538 - otp : 28
3639 otp_version : " 28.4.1"
3740 elixir_version : " 1.19.5"
38- - otp : 29
39- otp_version : " 29.0"
40- elixir_version : " 1.19.5"
4141
4242 runs-on : ubuntu-22.04
4343 steps :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.40.3 (2026-05-21)
4+
5+ * Enhancements
6+ * Add autolinking for Erlang/OTP 29 native records
7+
38## v0.40.2 (2026-05-08)
49
510 * Bug fixes
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-lang/ex_doc"
5- @ version "0.40.2 "
5+ @ version "0.40.3 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments