Skip to content

Commit 073d97b

Browse files
committed
Designate 0.13 release
1 parent bbe4eb6 commit 073d97b

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# scientific-python-hugo-theme 0.13
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.13!
4+
5+
## Enhancements
6+
7+
- Refactor cards and items into partials ([#529](https://github.com/scientific-python/scientific-python-hugo-theme/pull/529)).
8+
- Refactor grid into partial ([#530](https://github.com/scientific-python/scientific-python-hugo-theme/pull/530)).
9+
- Add optional levels parameter to toctree ([#531](https://github.com/scientific-python/scientific-python-hugo-theme/pull/531)).
10+
- Update team galleries ([#533](https://github.com/scientific-python/scientific-python-hugo-theme/pull/533)).
11+
- Use card partial in card shortcode ([#538](https://github.com/scientific-python/scientific-python-hugo-theme/pull/538)).
12+
- Use admonition partial ([#539](https://github.com/scientific-python/scientific-python-hugo-theme/pull/539)).
13+
- Use image partial ([#540](https://github.com/scientific-python/scientific-python-hugo-theme/pull/540)).
14+
15+
## Bug Fixes
16+
17+
- Use column value for smallest screens ([#537](https://github.com/scientific-python/scientific-python-hugo-theme/pull/537)).
18+
19+
## Maintenance
20+
21+
- Update release process notes ([#528](https://github.com/scientific-python/scientific-python-hugo-theme/pull/528)).
22+
- Remove fresh cruft ([#535](https://github.com/scientific-python/scientific-python-hugo-theme/pull/535)).
23+
- Update hugo ([#534](https://github.com/scientific-python/scientific-python-hugo-theme/pull/534)).
24+
- Update dart sass ([#536](https://github.com/scientific-python/scientific-python-hugo-theme/pull/536)).
25+
26+
## Contributors
27+
28+
1 authors added to this release (alphabetically):
29+
30+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
31+
32+
2 reviewers added to this release (alphabetically):
33+
34+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
35+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
36+
37+
_These lists are automatically generated, and may not be complete or may contain duplicates._
38+
139
# scientific-python-hugo-theme 0.12
240

341
We're happy to announce the release of scientific-python-hugo-theme 0.12!

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

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

0 commit comments

Comments
 (0)