Skip to content

Commit e93baa6

Browse files
committed
Designate 0.10 release
1 parent af7c276 commit e93baa6

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.10
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.10!
4+
5+
## Enhancements
6+
7+
- Add PST cards ([#463](https://github.com/scientific-python/scientific-python-hugo-theme/pull/463)).
8+
- Add PST cards in grid ([#466](https://github.com/scientific-python/scientific-python-hugo-theme/pull/466)).
9+
- Use toml for card data ([#468](https://github.com/scientific-python/scientific-python-hugo-theme/pull/468)).
10+
- Implement clickable cards ([#469](https://github.com/scientific-python/scientific-python-hugo-theme/pull/469)).
11+
- Add PST dropdowns ([#471](https://github.com/scientific-python/scientific-python-hugo-theme/pull/471)).
12+
- Add dropdown in card ([#473](https://github.com/scientific-python/scientific-python-hugo-theme/pull/473)).
13+
- Fixing grid shortcode ([#472](https://github.com/scientific-python/scientific-python-hugo-theme/pull/472)).
14+
- Add FA icons for dropdowns ([#474](https://github.com/scientific-python/scientific-python-hugo-theme/pull/474)).
15+
- Fix grid layout ([#475](https://github.com/scientific-python/scientific-python-hugo-theme/pull/475)).
16+
17+
## Maintenance
18+
19+
- Update PST scss ([#470](https://github.com/scientific-python/scientific-python-hugo-theme/pull/470)).
20+
- Keep scss separate ([#478](https://github.com/scientific-python/scientific-python-hugo-theme/pull/478)).
21+
22+
## Contributors
23+
24+
3 authors added to this release (alphabetically):
25+
26+
- Adam Porter ([@alphapapa](https://github.com/alphapapa))
27+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
28+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
29+
30+
3 reviewers added to this release (alphabetically):
31+
32+
- Adam Porter ([@alphapapa](https://github.com/alphapapa))
33+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
34+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
35+
36+
_These lists are automatically generated, and may not be complete or may contain
37+
duplicates._
38+
139
# scientific-python-hugo-theme 0.9
240

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

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

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

0 commit comments

Comments
 (0)