Skip to content

Commit d8388d2

Browse files
committed
Designate 0.22 release
1 parent 6275870 commit d8388d2

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# scientific-python-hugo-theme 0.22
2+
3+
## Enhancements
4+
5+
- Fix the rendering of shortcuts with branch bundles, and improve shortcut header performance ([#668](https://github.com/scientific-python/scientific-python-hugo-theme/pull/668)).
6+
- Add bluesky icon ([#673](https://github.com/scientific-python/scientific-python-hugo-theme/pull/673)).
7+
- Restore functionality for external link indicators ([#678](https://github.com/scientific-python/scientific-python-hugo-theme/pull/678)).
8+
- Enhancements for dropdowns: animations, open at initial state, and chevron indicators ([#675](https://github.com/scientific-python/scientific-python-hugo-theme/pull/675)).
9+
- Add LinkedIn icon ([#677](https://github.com/scientific-python/scientific-python-hugo-theme/pull/677)).
10+
- Support named parameters for applicable shortcodes ([#674](https://github.com/scientific-python/scientific-python-hugo-theme/pull/674)).
11+
12+
## Bug Fixes
13+
14+
- Do not adjust logos for viewing in dark mode ([#679](https://github.com/scientific-python/scientific-python-hugo-theme/pull/679)).
15+
- Resize the "breadcrumbs" navigation section to fit the content, and stack it below the top navigation bar ([#680](https://github.com/scientific-python/scientific-python-hugo-theme/pull/680)).
16+
17+
## Documentation
18+
19+
- Update readme ([#665](https://github.com/scientific-python/scientific-python-hugo-theme/pull/665)).
20+
- docs: assert correct location to use for custom JavaScript files ([#676](https://github.com/scientific-python/scientific-python-hugo-theme/pull/676)).
21+
22+
## Maintenance
23+
24+
- Update netlify config ([#683](https://github.com/scientific-python/scientific-python-hugo-theme/pull/683)).
25+
- Fix new Ubuntu image build errors ([#684](https://github.com/scientific-python/scientific-python-hugo-theme/pull/684)).
26+
- Bump to Font Awesome 7 ([#682](https://github.com/scientific-python/scientific-python-hugo-theme/pull/682)).
27+
- Remove some non-standard CSS properties ([#686](https://github.com/scientific-python/scientific-python-hugo-theme/pull/686)).
28+
- Highlight more of Scientific Python's social media in our footer ([#685](https://github.com/scientific-python/scientific-python-hugo-theme/pull/685)).
29+
30+
## Contributors
31+
32+
5 authors added to this release (alphabetically):
33+
34+
- Agriya Khetarpal ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
35+
- Ankit Pokhrel ([@ankitpokhrel08](https://github.com/ankitpokhrel08))
36+
- Gonzalo Peña-Castellanos ([@goanpeca](https://github.com/goanpeca))
37+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
38+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
39+
40+
5 reviewers added to this release (alphabetically):
41+
42+
- Agriya Khetarpal ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
43+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
44+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
45+
- Juanita Gomez ([@juanis2112](https://github.com/juanis2112))
46+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
47+
148
# scientific-python-hugo-theme 0.21
249

350
We're happy to announce the release of scientific-python-hugo-theme 0.21!

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

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

0 commit comments

Comments
 (0)