Skip to content

Commit c8ea321

Browse files
committed
Designate 0.7 release
1 parent e25947d commit c8ea321

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.7
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.7!
4+
5+
## Bug Fixes
6+
7+
- Fix: (css.html) Unify types ([#434](https://github.com/scientific-python/scientific-python-hugo-theme/pull/434)).
8+
- Fix: (bulma.css) .navbar-dropdown background-color ([#435](https://github.com/scientific-python/scientific-python-hugo-theme/pull/435)).
9+
10+
## Maintenance
11+
12+
- Meta: (Makefile) Add serve-dev rule ([#436](https://github.com/scientific-python/scientific-python-hugo-theme/pull/436)).
13+
- Update font awesome ([#437](https://github.com/scientific-python/scientific-python-hugo-theme/pull/437)).
14+
- Bump pre-commit from 3.5.0 to 3.6.0 ([#438](https://github.com/scientific-python/scientific-python-hugo-theme/pull/438)).
15+
- Update mermaid ([#439](https://github.com/scientific-python/scientific-python-hugo-theme/pull/439)).
16+
- Update hugo ([#440](https://github.com/scientific-python/scientific-python-hugo-theme/pull/440)).
17+
- Update dart sass ([#441](https://github.com/scientific-python/scientific-python-hugo-theme/pull/441)).
18+
- Update PST style ([#442](https://github.com/scientific-python/scientific-python-hugo-theme/pull/442)).
19+
- Apply purgecss ([#443](https://github.com/scientific-python/scientific-python-hugo-theme/pull/443)).
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.6
238

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

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

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

0 commit comments

Comments
 (0)