Skip to content

Commit

Permalink
Release v0.37.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 25, 2025
1 parent 02cdab9 commit 41df85d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## v0.37.0-rc.0
## v0.37.0-rc.0 (2025-01-25)

Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.

* Enhancements
* Considerably improve page loading times in the browser
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ExDoc is a tool to generate documentation for Erlang and Elixir projects. To see

ExDoc ships with many features:

* Automatically generates online- and offline-accessible HTML and EPUB documents from your API documentation.
* Automatically generates offline-accessible HTML and EPUB documents from your API documentation.
* When hosted, ExDoc relies on browser's page transitions for better UX, caching, and enhanced accessibility.
* Responsive design, covering phones and tablets.
* Support for custom pages, guides, livebooks and cheatsheets.
* Support for custom grouping of modules, functions, and pages in the sidebar.
Expand All @@ -20,7 +21,7 @@ ExDoc ships with many features:
* Go-to shortcut with auto-complete to take the reader to any HexDocs package documentation. (`g` keyboard shortcut.)
* Support for night mode, activated according to the browser preference.
* Tooltips for links to modules and functions, both for the current project and other projects.
* Version dropdown, automatically configured when hosted on HexDocs.
* Version dropdown and "Go to latest" notifications, automatically configured when hosted on HexDocs.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.36.2"
@version "0.37.0-rc.0"

def project do
[
Expand Down

0 comments on commit 41df85d

Please sign in to comment.