Skip to content

Commit 3968a94

Browse files
committed
Designate 0.14 release
1 parent 4e7a5ca commit 3968a94

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# scientific-python-hugo-theme 0.14
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.14!
4+
5+
## Enhancements
6+
7+
- Add figure shortcode with PST styling ([#546](https://github.com/scientific-python/scientific-python-hugo-theme/pull/546)).
8+
- Add loading attribute to image partial ([#547](https://github.com/scientific-python/scientific-python-hugo-theme/pull/547)).
9+
10+
## Bug Fixes
11+
12+
- BUG: fixed `showOnTop` ([#541](https://github.com/scientific-python/scientific-python-hugo-theme/pull/541)).
13+
- Fix processing of scss ([#542](https://github.com/scientific-python/scientific-python-hugo-theme/pull/542)).
14+
15+
## Maintenance
16+
17+
- Replace grid with grid1 shortcode ([#543](https://github.com/scientific-python/scientific-python-hugo-theme/pull/543)).
18+
- Use new grid syntax ([#545](https://github.com/scientific-python/scientific-python-hugo-theme/pull/545)).
19+
- Remove old team gallery styling ([#544](https://github.com/scientific-python/scientific-python-hugo-theme/pull/544)).
20+
21+
## Contributors
22+
23+
3 authors added to this release (alphabetically):
24+
25+
- Aditi Juneja ([@Schefflera-Arboricola](https://github.com/Schefflera-Arboricola))
26+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
27+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
28+
29+
2 reviewers added to this release (alphabetically):
30+
31+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
32+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
33+
34+
_These lists are automatically generated, and may not be complete or may contain
35+
duplicates._
36+
137
# scientific-python-hugo-theme 0.13
238

339
We're happy to announce the release of scientific-python-hugo-theme 0.13!

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

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

0 commit comments

Comments
 (0)