Skip to content

Commit 04568aa

Browse files
committed
Release v0.29.4
1 parent 8e86d63 commit 04568aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.29.4 (2023-03-29)
4+
5+
* Bug fixes
6+
* Fix sidebar element with no children taking additional padding
7+
* Fix elements being rendered too thick on macOS
8+
* Fix rendering of HTML elements inside tooltips
9+
310
## v0.29.3 (2023-03-17)
411

512
* Enhancements

mix.exs

+1-1
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.29.3"
5+
@version "0.29.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)