Skip to content

Commit 0b5959d

Browse files
committed
Designate 0.19 release
1 parent ae1e8d5 commit 0b5959d

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# scientific-python-hugo-theme 0.19
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.19!
4+
5+
## Enhancements
6+
7+
- Use FontAwesome for backtotop icon ([#629](https://github.com/scientific-python/scientific-python-hugo-theme/pull/629)).
8+
- Allow specifying a canonical page URL ([#631](https://github.com/scientific-python/scientific-python-hugo-theme/pull/631)).
9+
- Allow HTML in navbar titles (useful for fontawesome) ([#633](https://github.com/scientific-python/scientific-python-hugo-theme/pull/633)).
10+
11+
## Maintenance
12+
13+
- Update hugo (0.128.2) ([#628](https://github.com/scientific-python/scientific-python-hugo-theme/pull/628)).
14+
- Bump pre-commit from 3.7.1 to 3.8.0 ([#630](https://github.com/scientific-python/scientific-python-hugo-theme/pull/630)).
15+
- Update hugo (0.132.2) ([#635](https://github.com/scientific-python/scientific-python-hugo-theme/pull/635)).
16+
17+
## Contributors
18+
19+
2 authors added to this release (alphabetically):
20+
21+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
22+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
23+
24+
2 reviewers added to this release (alphabetically):
25+
26+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
27+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
28+
29+
_These lists are automatically generated, and may not be complete or may contain
30+
duplicates._
31+
132
# scientific-python-hugo-theme 0.18
233

334
We're happy to announce the release of scientific-python-hugo-theme 0.18!

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.19rc0.dev0"
3+
version = "0.19"
44

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

0 commit comments

Comments
 (0)