Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

Since we follow [Conventional
Commits](https://decisions.seedcase-project.org/why-conventional-commits),
we're able to automatically create a release based on the commit message
by using
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen).
This means that releases can happen quite often, sometimes several in
a day. It also means any individual release will not have many changes
within it. Below is a list of releases along with what was changed
within it.

## 0.16.0 (2025-08-26)

### Feat
Expand Down
26 changes: 12 additions & 14 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ project:
render:
# Don't render anything in the template directory.
- "!template/"
- "docs/"
- "index.qmd"
- "404.qmd"
- "CONTRIBUTING.md"
- "*.qmd"
- "*.md"

website:
title: "Template Python Package"
Expand All @@ -19,13 +17,7 @@ website:
pinned: true
left:
- text: "Overview"
menu:
- text: "Welcome"
href: index.qmd
- text: "Releases"
href: docs/releases.qmd
- text: "Contributing"
href: CONTRIBUTING.md
href: index.qmd
- text: "Guide"
href: docs/guide.qmd
tools:
Expand All @@ -35,6 +27,15 @@ website:
- icon: house
href: https://seedcase-project.org
aria-label: "House icon: Seedcase Project home page"
sidebar:
- id: overview
pinned: true
style: "floating"
contents:
- text: "Welcome"
href: index.qmd
- CHANGELOG.md
- CONTRIBUTING.md

format:
seedcase-theme-html:
Expand All @@ -47,6 +48,3 @@ editor:
markdown:
wrap: 72
canonical: true

execute:
echo: false
15 changes: 0 additions & 15 deletions docs/releases.qmd

This file was deleted.

Loading