Skip to content

Commit 7c819e3

Browse files
committed
Designate 0.16 release
1 parent 2d16ad0 commit 7c819e3

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# scientific-python-hugo-theme 0.16
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.16!
4+
5+
## Enhancements
6+
7+
- Update navbar styling ([#564](https://github.com/scientific-python/scientific-python-hugo-theme/pull/564)).
8+
- Unify navbar link styling (following PST) ([#567](https://github.com/scientific-python/scientific-python-hugo-theme/pull/567)).
9+
- Add tables to examples with PST styling ([#571](https://github.com/scientific-python/scientific-python-hugo-theme/pull/571)).
10+
- Refactor tabs ([#579](https://github.com/scientific-python/scientific-python-hugo-theme/pull/579)).
11+
12+
## Documentation
13+
14+
- Remove yamlToTable documentation ([#570](https://github.com/scientific-python/scientific-python-hugo-theme/pull/570)).
15+
16+
## Maintenance
17+
18+
- Remove bulma title css ([#557](https://github.com/scientific-python/scientific-python-hugo-theme/pull/557)).
19+
- Remove unneeded bulma css ([#558](https://github.com/scientific-python/scientific-python-hugo-theme/pull/558)).
20+
- Remove unused class styling ([#560](https://github.com/scientific-python/scientific-python-hugo-theme/pull/560)).
21+
- Remove reference to unused class is-max-desktop ([#562](https://github.com/scientific-python/scientific-python-hugo-theme/pull/562)).
22+
- Remove is-max-widescreen class ([#563](https://github.com/scientific-python/scientific-python-hugo-theme/pull/563)).
23+
- Refactor navbar css ([#565](https://github.com/scientific-python/scientific-python-hugo-theme/pull/565)).
24+
- Use rem for fonts, margins, and padding ([#561](https://github.com/scientific-python/scientific-python-hugo-theme/pull/561)).
25+
- Add links to preview sites for PRs ([#569](https://github.com/scientific-python/scientific-python-hugo-theme/pull/569)).
26+
- Add link to scientific-python.org preview ([#574](https://github.com/scientific-python/scientific-python-hugo-theme/pull/574)).
27+
- Add link to learn preview ([#576](https://github.com/scientific-python/scientific-python-hugo-theme/pull/576)).
28+
- Bump pre-commit from 3.6.2 to 3.7.0 ([#577](https://github.com/scientific-python/scientific-python-hugo-theme/pull/577)).
29+
- [pre-commit.ci] pre-commit autoupdate ([#578](https://github.com/scientific-python/scientific-python-hugo-theme/pull/578)).
30+
- Update hugo ([#580](https://github.com/scientific-python/scientific-python-hugo-theme/pull/580)).
31+
32+
## Contributors
33+
34+
1 authors added to this release (alphabetically):
35+
36+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
37+
38+
2 reviewers added to this release (alphabetically):
39+
40+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
41+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
42+
43+
_These lists are automatically generated, and may not be complete or may contain
44+
duplicates._
45+
146
# scientific-python-hugo-theme 0.15
247

348
We're happy to announce the release of scientific-python-hugo-theme 0.15!

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

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

0 commit comments

Comments
 (0)