Skip to content

Commit 3a40edd

Browse files
committed
Release v0.24.0
1 parent be19ebd commit 3a40edd

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

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

3-
## HEAD
3+
## v0.24.0 (2021-03-16)
44

55
* Enhancements
66
* Drop jQuery and refactor JavaScript codebase
@@ -11,15 +11,14 @@
1111
* Update erlang.org/man URL
1212
* Add function landing page
1313

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

22-
2322
## v0.23.0 (2020-10-12)
2423

2524
Requires Elixir v1.10.
@@ -28,7 +27,7 @@ Requires Elixir v1.10.
2827
* Improve warnings on broken references
2928
* Support Elixir v1.12-dev
3029

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

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

40-
* Bug fixes:
39+
* Bug fixes
4140
* Properly fix CSS bug on headings
4241
* Add expansion arrow to sections on sidebar
4342

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

46-
* Bug fixes:
45+
* Bug fixes
4746
* Fix CSS bug on headings
4847

4948
## v0.22.4 (2020-09-12)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are using Elixir v1.10, or later:
3737
```elixir
3838
def deps do
3939
[
40-
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
40+
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
4141
]
4242
end
4343
```

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.24.0-dev"
5+
@version "0.24.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)