Skip to content

Commit 42b638f

Browse files
committed
Designate 0.21 release
1 parent d88cb48 commit 42b638f

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# scientific-python-hugo-theme 0.21
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.21!
4+
5+
## Enhancements
6+
7+
- Use `` (`KeyboardEvent.metaKey`) with Pagefind search toggle on macOS ([#647](https://github.com/scientific-python/scientific-python-hugo-theme/pull/647)).
8+
- style: align `backtotop` icon along main axis ([#655](https://github.com/scientific-python/scientific-python-hugo-theme/pull/655)).
9+
- Update scss from pst ([#661](https://github.com/scientific-python/scientific-python-hugo-theme/pull/661)).
10+
11+
## Documentation
12+
13+
- Add basic example site ([#653](https://github.com/scientific-python/scientific-python-hugo-theme/pull/653)).
14+
15+
## Maintenance
16+
17+
- Update hugo ([#649](https://github.com/scientific-python/scientific-python-hugo-theme/pull/649)).
18+
- Update dart-sass ([#650](https://github.com/scientific-python/scientific-python-hugo-theme/pull/650)).
19+
- Update mermaid ([#651](https://github.com/scientific-python/scientific-python-hugo-theme/pull/651)).
20+
- Update mermaid (11.4.0) ([#652](https://github.com/scientific-python/scientific-python-hugo-theme/pull/652)).
21+
- Use Python 3.13 on netlify ([#654](https://github.com/scientific-python/scientific-python-hugo-theme/pull/654)).
22+
- [pre-commit.ci] pre-commit autoupdate ([#656](https://github.com/scientific-python/scientific-python-hugo-theme/pull/656)).
23+
- Update hugo ([#659](https://github.com/scientific-python/scientific-python-hugo-theme/pull/659)).
24+
- Update dart sass ([#660](https://github.com/scientific-python/scientific-python-hugo-theme/pull/660)).
25+
- Remove custom youtube shortcode ([#662](https://github.com/scientific-python/scientific-python-hugo-theme/pull/662)).
26+
- Add zizmor pre-commit ([#663](https://github.com/scientific-python/scientific-python-hugo-theme/pull/663)).
27+
28+
## Contributors
29+
30+
4 authors added to this release (alphabetically):
31+
32+
- Agriya Khetarpal ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
33+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
34+
- Muhammad Haris ([@headlessNode](https://github.com/headlessNode))
35+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
36+
37+
3 reviewers added to this release (alphabetically):
38+
39+
- Agriya Khetarpal ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
40+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
41+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
42+
43+
_These lists are automatically generated, and may not be complete or may contain duplicates._
44+
145
# scientific-python-hugo-theme 0.20
246

347
We're happy to announce the release of scientific-python-hugo-theme 0.20!

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

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

0 commit comments

Comments
 (0)