Skip to content

Commit

Permalink
Designate 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Feb 15, 2024
1 parent af7c276 commit e93baa6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# scientific-python-hugo-theme 0.10

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

## Enhancements

- Add PST cards ([#463](https://github.com/scientific-python/scientific-python-hugo-theme/pull/463)).
- Add PST cards in grid ([#466](https://github.com/scientific-python/scientific-python-hugo-theme/pull/466)).
- Use toml for card data ([#468](https://github.com/scientific-python/scientific-python-hugo-theme/pull/468)).
- Implement clickable cards ([#469](https://github.com/scientific-python/scientific-python-hugo-theme/pull/469)).
- Add PST dropdowns ([#471](https://github.com/scientific-python/scientific-python-hugo-theme/pull/471)).
- Add dropdown in card ([#473](https://github.com/scientific-python/scientific-python-hugo-theme/pull/473)).
- Fixing grid shortcode ([#472](https://github.com/scientific-python/scientific-python-hugo-theme/pull/472)).
- Add FA icons for dropdowns ([#474](https://github.com/scientific-python/scientific-python-hugo-theme/pull/474)).
- Fix grid layout ([#475](https://github.com/scientific-python/scientific-python-hugo-theme/pull/475)).

## Maintenance

- Update PST scss ([#470](https://github.com/scientific-python/scientific-python-hugo-theme/pull/470)).
- Keep scss separate ([#478](https://github.com/scientific-python/scientific-python-hugo-theme/pull/478)).

## Contributors

3 authors added to this release (alphabetically):

- Adam Porter ([@alphapapa](https://github.com/alphapapa))
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))

3 reviewers added to this release (alphabetically):

- Adam Porter ([@alphapapa](https://github.com/alphapapa))
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))

_These lists are automatically generated, and may not be complete or may contain
duplicates._

# scientific-python-hugo-theme 0.9

We're happy to announce the release of scientific-python-hugo-theme 0.9!
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scientific-python-hugo-theme"
version = "0.10rc0.dev0"
version = "0.10"

[tool.changelist]
# Profiles that are excluded from the contributor list.
Expand Down

0 comments on commit e93baa6

Please sign in to comment.