Skip to content

Commit 07a6abc

Browse files
committed
Release v0.40.3
1 parent 02904bb commit 07a6abc

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)