Skip to content

Commit 0e2d768

Browse files
committed
Release v0.29.2
1 parent adcea58 commit 0e2d768

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.29.2 (2023-03-02)
4+
5+
* Enhancements
6+
* Improvements to cheatsheets spacing
7+
* Improvements to cheatsheets print
8+
* Include sections of modules and extras in search suggestions
9+
* Make sidebar links full-width and add hover states
10+
* Improve clickable area of sidebar tabs
11+
* Improve contrast on sidebar
12+
13+
* Bug fix
14+
* Add media type for .license files for epub
15+
* Fix overscroll on the sidebar
16+
* Focus search input immediately after keyboard shortcut
17+
* Don't attempt parsing code blocks that don't look like modules
18+
* Fix visited link color in admonition blocks
19+
320
## v0.29.1 (2022-11-21)
421

522
* Enhancements

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.29.1"
5+
@version "0.29.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)