Skip to content

Commit ef24916

Browse files
committed
Designate 0.20 release
1 parent 055b94e commit ef24916

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

CHANGELOG.md

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# scientific-python-hugo-theme 0.20
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.20!
4+
5+
## Enhancements
6+
7+
- Add Pagefind Search ([#615](https://github.com/scientific-python/scientific-python-hugo-theme/pull/615)).
8+
- Correctly convert spaces in tags to dashes ([#637](https://github.com/scientific-python/scientific-python-hugo-theme/pull/637)).
9+
- Update PST styling ([#642](https://github.com/scientific-python/scientific-python-hugo-theme/pull/642)).
10+
11+
## Bug Fixes
12+
13+
- Render mathjax partial with context ([#638](https://github.com/scientific-python/scientific-python-hugo-theme/pull/638)).
14+
- Style mermaid tooltips ([#639](https://github.com/scientific-python/scientific-python-hugo-theme/pull/639)).
15+
16+
## Maintenance
17+
18+
- Update hugo (0.134.3) ([#640](https://github.com/scientific-python/scientific-python-hugo-theme/pull/640)).
19+
- Update font-awesome (6.6.0) ([#643](https://github.com/scientific-python/scientific-python-hugo-theme/pull/643)).
20+
- Update mermaid (10.9.2) ([#645](https://github.com/scientific-python/scientific-python-hugo-theme/pull/645)).
21+
- Update pre-commit ([#646](https://github.com/scientific-python/scientific-python-hugo-theme/pull/646)).
22+
23+
## Contributors
24+
25+
3 authors added to this release (alphabetically):
26+
27+
- Brian Hawthorne ([@brianhawthorne](https://github.com/brianhawthorne))
28+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
29+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
30+
31+
3 reviewers added to this release (alphabetically):
32+
33+
- Brian Hawthorne ([@brianhawthorne](https://github.com/brianhawthorne))
34+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
35+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
36+
37+
_These lists are automatically generated, and may not be complete or may contain duplicates._
38+
139
# scientific-python-hugo-theme 0.19
240

341
We're happy to announce the release of scientific-python-hugo-theme 0.19!
@@ -26,8 +64,7 @@ We're happy to announce the release of scientific-python-hugo-theme 0.19!
2664
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
2765
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
2866

29-
_These lists are automatically generated, and may not be complete or may contain
30-
duplicates._
67+
_These lists are automatically generated, and may not be complete or may contain duplicates._
3168

3269
# scientific-python-hugo-theme 0.18
3370

@@ -154,8 +191,7 @@ We're happy to announce the release of scientific-python-hugo-theme 0.16!
154191
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
155192
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
156193

157-
_These lists are automatically generated, and may not be complete or may contain
158-
duplicates._
194+
_These lists are automatically generated, and may not be complete or may contain duplicates._
159195

160196
# scientific-python-hugo-theme 0.15
161197

@@ -221,8 +257,7 @@ We're happy to announce the release of scientific-python-hugo-theme 0.14!
221257
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
222258
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
223259

224-
_These lists are automatically generated, and may not be complete or may contain
225-
duplicates._
260+
_These lists are automatically generated, and may not be complete or may contain duplicates._
226261

227262
# scientific-python-hugo-theme 0.13
228263

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scientific-python-hugo-theme"
3-
version = "0.20rc0.dev0"
3+
version = "0.20"
44

55
[tool.changelist]
66
# Profiles that are excluded from the contributor list.

0 commit comments

Comments
 (0)