Skip to content

Commit 64fc669

Browse files
committed
Designate 0.8 release
1 parent 50c32a5 commit 64fc669

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# scientific-python-hugo-theme 0.8
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.8!
4+
5+
## Enhancements
6+
7+
- Add PDST badges ([#446](https://github.com/scientific-python/scientific-python-hugo-theme/pull/446)).
8+
9+
## Maintenance
10+
11+
- Refactor bulma navbar css ([#444](https://github.com/scientific-python/scientific-python-hugo-theme/pull/444)).
12+
- Skip autoupdating prettier-mirror ([#448](https://github.com/scientific-python/scientific-python-hugo-theme/pull/448)).
13+
- Temporarily schedule pre-cmmmit-ci auotupdate weekly ([#449](https://github.com/scientific-python/scientific-python-hugo-theme/pull/449)).
14+
- Autoupdate pre-commit quarterly ([#451](https://github.com/scientific-python/scientific-python-hugo-theme/pull/451)).
15+
- Run pre-commit autoupdate ([#452](https://github.com/scientific-python/scientific-python-hugo-theme/pull/452)).
16+
- Add missing f in f-string ([#455](https://github.com/scientific-python/scientific-python-hugo-theme/pull/455)).
17+
- Simplify navbar ([#454](https://github.com/scientific-python/scientific-python-hugo-theme/pull/454)).
18+
- Consolidate navbar styling ([#456](https://github.com/scientific-python/scientific-python-hugo-theme/pull/456)).
19+
- Group scss components ([#453](https://github.com/scientific-python/scientific-python-hugo-theme/pull/453)).
20+
21+
## Contributors
22+
23+
3 authors added to this release (alphabetically):
24+
25+
- Adam Porter ([@alphapapa](https://github.com/alphapapa))
26+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
27+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
28+
29+
2 reviewers added to this release (alphabetically):
30+
31+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
32+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
33+
34+
_These lists are automatically generated, and may not be complete or may contain
35+
duplicates._
36+
137
# scientific-python-hugo-theme 0.7
238

339
We're happy to announce the release of scientific-python-hugo-theme 0.7!

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

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

0 commit comments

Comments
 (0)