Skip to content

Commit 2d7701f

Browse files
committed
Designate 0.11 release
1 parent ef54bda commit 2d7701f

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.11
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.11!
4+
5+
## Enhancements
6+
7+
- Add button shortcode ([#483](https://github.com/scientific-python/scientific-python-hugo-theme/pull/483)).
8+
- Move keyfeatures out of config ([#479](https://github.com/scientific-python/scientific-python-hugo-theme/pull/479)).
9+
- Make hero optional ([#487](https://github.com/scientific-python/scientific-python-hugo-theme/pull/487)).
10+
- Add blog frontpage shortcode ([#488](https://github.com/scientific-python/scientific-python-hugo-theme/pull/488)).
11+
- Add kaushalmodi's atom feed sub-theme ([#489](https://github.com/scientific-python/scientific-python-hugo-theme/pull/489)).
12+
- Add grid columns option ([#490](https://github.com/scientific-python/scientific-python-hugo-theme/pull/490)).
13+
14+
## Documentation
15+
16+
- Update web components ([#491](https://github.com/scientific-python/scientific-python-hugo-theme/pull/491)).
17+
18+
## Maintenance
19+
20+
- Focus social media ([#485](https://github.com/scientific-python/scientific-python-hugo-theme/pull/485)).
21+
- Update pre-commit repos ([#486](https://github.com/scientific-python/scientific-python-hugo-theme/pull/486)).
22+
- Use columns on homepage grid ([#492](https://github.com/scientific-python/scientific-python-hugo-theme/pull/492)).
23+
24+
## Contributors
25+
26+
3 authors added to this release (alphabetically):
27+
28+
- Adam Porter ([@alphapapa](https://github.com/alphapapa))
29+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
30+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
31+
32+
1 reviewers added to this release (alphabetically):
33+
34+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
35+
36+
_These lists are automatically generated, and may not be complete or may contain
37+
duplicates._
38+
139
# scientific-python-hugo-theme 0.10
240

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

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

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

0 commit comments

Comments
 (0)