Skip to content

Commit 6c111e2

Browse files
committed
Designate 0.17 release
1 parent 59551fd commit 6c111e2

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# scientific-python-hugo-theme 0.17
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.17!
4+
5+
## Enhancements
6+
7+
- Don't display missing logo ([#585](https://github.com/scientific-python/scientific-python-hugo-theme/pull/585)).
8+
- Error for missing breadcrumbs (scientific-python/blog.scientific-python.org#158) ([#584](https://github.com/scientific-python/scientific-python-hugo-theme/pull/584)).
9+
- Update PST SCSS ([#590](https://github.com/scientific-python/scientific-python-hugo-theme/pull/590)).
10+
11+
## Maintenance
12+
13+
- Add link to scipy preview ([#582](https://github.com/scientific-python/scientific-python-hugo-theme/pull/582)).
14+
- Fix previews using relativeURLs ([#583](https://github.com/scientific-python/scientific-python-hugo-theme/pull/583)).
15+
- Update hugo ([#586](https://github.com/scientific-python/scientific-python-hugo-theme/pull/586)).
16+
- Simplify page layout ([#581](https://github.com/scientific-python/scientific-python-hugo-theme/pull/581)).
17+
- Update dart sass ([#587](https://github.com/scientific-python/scientific-python-hugo-theme/pull/587)).
18+
- Update pre-commit repos ([#588](https://github.com/scientific-python/scientific-python-hugo-theme/pull/588)).
19+
- Update hugo ([#591](https://github.com/scientific-python/scientific-python-hugo-theme/pull/591)).
20+
21+
## Contributors
22+
23+
2 authors added to this release (alphabetically):
24+
25+
- Adam Porter ([@alphapapa](https://github.com/alphapapa))
26+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
27+
28+
1 reviewers added to this release (alphabetically):
29+
30+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
31+
32+
_These lists are automatically generated, and may not be complete or may contain duplicates._
33+
134
# scientific-python-hugo-theme 0.16
235

336
We're happy to announce the release of scientific-python-hugo-theme 0.16!

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

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

0 commit comments

Comments
 (0)