Skip to content

Commit 12911c2

Browse files
committed
Designate 0.18 release
1 parent 6fd5ec4 commit 12911c2

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# scientific-python-hugo-theme 0.18
2+
3+
We're happy to announce the release of scientific-python-hugo-theme 0.18!
4+
5+
## Enhancements
6+
7+
- Add image support for dark and light themes ([#599](https://github.com/scientific-python/scientific-python-hugo-theme/pull/599)).
8+
- Refactor font loading ([#597](https://github.com/scientific-python/scientific-python-hugo-theme/pull/597)).
9+
- Implement columns for grid items ([#603](https://github.com/scientific-python/scientific-python-hugo-theme/pull/603)).
10+
- Add integrity check for font-awesome ([#610](https://github.com/scientific-python/scientific-python-hugo-theme/pull/610)).
11+
12+
## Bug Fixes
13+
14+
- Fix grid item ([#604](https://github.com/scientific-python/scientific-python-hugo-theme/pull/604)).
15+
- Fix breadcrumbs ([#605](https://github.com/scientific-python/scientific-python-hugo-theme/pull/605)).
16+
17+
## Documentation
18+
19+
- Organize into User Guide ([#595](https://github.com/scientific-python/scientific-python-hugo-theme/pull/595)).
20+
- Document how to add custom html header content ([#613](https://github.com/scientific-python/scientific-python-hugo-theme/pull/613)).
21+
- Correct link to SciPy's config.yaml file ([#621](https://github.com/scientific-python/scientific-python-hugo-theme/pull/621)).
22+
23+
## Maintenance
24+
25+
- Improve color handling ([#594](https://github.com/scientific-python/scientific-python-hugo-theme/pull/594)).
26+
- Update hugo ([#608](https://github.com/scientific-python/scientific-python-hugo-theme/pull/608)).
27+
- Update dart sass ([#609](https://github.com/scientific-python/scientific-python-hugo-theme/pull/609)).
28+
- Bump pre-commit from 3.7.0 to 3.7.1 ([#617](https://github.com/scientific-python/scientific-python-hugo-theme/pull/617)).
29+
- fix link in makefile ([#620](https://github.com/scientific-python/scientific-python-hugo-theme/pull/620)).
30+
- Update pre-commit repos ([#622](https://github.com/scientific-python/scientific-python-hugo-theme/pull/622)).
31+
- Handle hugo deprecation ([#624](https://github.com/scientific-python/scientific-python-hugo-theme/pull/624)).
32+
- Update hugo (0.126.2) ([#625](https://github.com/scientific-python/scientific-python-hugo-theme/pull/625)).
33+
- Update dart sass (1.77.5) ([#626](https://github.com/scientific-python/scientific-python-hugo-theme/pull/626)).
34+
35+
## Contributors
36+
37+
4 authors added to this release (alphabetically):
38+
39+
- Jake Bowhay ([@j-bowhay](https://github.com/j-bowhay))
40+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
41+
- Kai Striega ([@Kai-Striega](https://github.com/Kai-Striega))
42+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
43+
44+
2 reviewers added to this release (alphabetically):
45+
46+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
47+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
48+
49+
_These lists are automatically generated, and may not be complete or may contain duplicates._
50+
151
# scientific-python-hugo-theme 0.17
252

353
We're happy to announce the release of scientific-python-hugo-theme 0.17!

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

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

0 commit comments

Comments
 (0)