Skip to content

Commit

Permalink
Release v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Mar 16, 2021
1 parent be19ebd commit 3a40edd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## HEAD
## v0.24.0 (2021-03-16)

* Enhancements
* Drop jQuery and refactor JavaScript codebase
Expand All @@ -11,15 +11,14 @@
* Update erlang.org/man URL
* Add function landing page

* Bug fixes:
* Bug fixes
* Ignore extensions when generating external links
* Fix autolink to handle URIs with arbitrary scheme part without warning
* Fix undefined reference warning for typespecs
* Fix search click behavior when a suggestion refers the current page
* Don't crash when we can't format spec
* Fix HTML escaping


## v0.23.0 (2020-10-12)

Requires Elixir v1.10.
Expand All @@ -28,7 +27,7 @@ Requires Elixir v1.10.
* Improve warnings on broken references
* Support Elixir v1.12-dev

* Bug fixes:
* Bug fixes
* Respect deps config in autolink
* Fix html escaping in the sidebar entries
* Fix retrieving specs for macros with `when`
Expand All @@ -37,13 +36,13 @@ Requires Elixir v1.10.

## v0.22.6 (2020-09-16)

* Bug fixes:
* Bug fixes
* Properly fix CSS bug on headings
* Add expansion arrow to sections on sidebar

## v0.22.5 (2020-09-13)

* Bug fixes:
* Bug fixes
* Fix CSS bug on headings

## v0.22.4 (2020-09-12)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you are using Elixir v1.10, or later:
```elixir
def deps do
[
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
]
end
```
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.24.0-dev"
@version "0.24.0"

def project do
[
Expand Down

0 comments on commit 3a40edd

Please sign in to comment.