Skip to content

Commit a056f01

Browse files
committed
Designate 0.9 release
1 parent 7a3be65 commit a056f01

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# scientific-python-hugo-theme 0.9
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.9!
4+
5+
## Enhancements
6+
7+
- Increase color contrast in footer ([#459](https://github.com/scientific-python/scientific-python-hugo-theme/pull/459)).
8+
- Use default font size for cta button ([#462](https://github.com/scientific-python/scientific-python-hugo-theme/pull/462)).
9+
- Add a placeholder for blog comments ([#464](https://github.com/scientific-python/scientific-python-hugo-theme/pull/464)).
10+
11+
## Bug Fixes
12+
13+
- Fix navbar / active burger issue (#460) ([#461](https://github.com/scientific-python/scientific-python-hugo-theme/pull/461)).
14+
15+
## Documentation
16+
17+
- Mention comments partial feature ([#465](https://github.com/scientific-python/scientific-python-hugo-theme/pull/465)).
18+
19+
## Maintenance
20+
21+
- Update hugo and dart-sass ([#467](https://github.com/scientific-python/scientific-python-hugo-theme/pull/467)).
22+
23+
## Contributors
24+
25+
2 authors added to this release (alphabetically):
26+
27+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
28+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
29+
30+
2 reviewers added to this release (alphabetically):
31+
32+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
33+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
34+
35+
_These lists are automatically generated, and may not be complete or may contain
36+
duplicates._
37+
138
# scientific-python-hugo-theme 0.8
239

340
We're happy to announce the release of scientific-python-hugo-theme 0.8!

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

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

0 commit comments

Comments
 (0)