Releases: seedcase-project/template-python-package
Releases · seedcase-project/template-python-package
0.17.0
What's Changed
- feat: ✨ add CHANGELOG with some description of it by @lwjohnst86 in #178
Full Changelog: 0.16.6...0.17.0
0.16.6
What's Changed
- ci(deps): bump astral-sh/setup-uv from 6.6.0 to 6.6.1 by @dependabot[bot] in #187
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #186
- refactor: ♻️ delete whole references folder pre and post render by @martonvago in #142
Full Changelog: 0.16.5...0.16.6
0.16.5
What's Changed
- style: 🎨 add visual spacing around Jinja code in justfile by @lwjohnst86 in #173
- docs: 📝 add contributors list section to README and website by @lwjohnst86 in #172
- docs: 📝 add DOI to CITATION and as a badge by @lwjohnst86 in #176
- refactor: 🚚 move GoatCounter file into
docs/includes/
by @lwjohnst86 in #177
Full Changelog: 0.16.4...0.16.5
0.16.4
What's Changed
- refactor: 📌 update pre-commit versions by @lwjohnst86 in #171
Full Changelog: 0.16.3...0.16.4
0.16.3
What's Changed
- refactor: 🔨 use
--upgrade
when installing Python dependencies by @lwjohnst86 in #174
Full Changelog: 0.16.2...0.16.3
0.16.2
What's Changed
- docs: 📝 add a badge for the test workflow status by @lwjohnst86 in #166
- chore: 🧑💻 remove comments and simplify
.vscode
settings by @lwjohnst86 in #167 - refactor: 🔧 add
theme
option in_quarto.yml
, andbrand
for Seedcase by @lwjohnst86 in #170
Full Changelog: 0.16.1...0.16.2
0.16.1
What's Changed
- docs: 📝 moved
release.qmd
contents intoCHANGELOG.md
by @lwjohnst86 in #161 - docs: 📝 add Code of Conduct file to root by @lwjohnst86 in #162
- chore: 🧑💻 simplify CODEOWNERS file, add all files by @lwjohnst86 in #163
- docs: 📄 match author style of LICENSE to the template by @lwjohnst86 in #164
- refactor: 🧑💻 simplify the pull request template by @lwjohnst86 in #165
Full Changelog: 0.16.0...0.16.1
0.16.0
What's Changed
- chore: 🔨 remove
tabSize
from VS Code settings file by @signekb in #1 - feat: 🧑💻 add recipe
add-function
by @signekb in #2 - chore: 🙈 we don't use RStudio, so don't need these by @lwjohnst86 in #3
- ci: 👷 add workflow to generate SVG from puml files by @lwjohnst86 in #5
- ci: 👷 deploy to Fly isn't working well, plus move out env deletion to own file by @lwjohnst86 in #7
- docs: 📝 remove reviewer focus section by @signekb in #10
- build: 🔨 modify justfile to run Python doc in Quarto docs by @lwjohnst86 in #12
- ci: 👷 use the new workflow for building docs with Python code by @lwjohnst86 in #11
- chore: 🔧 config changes based on Quarto and Python website build by @lwjohnst86 in #13
- chore: 🔨 add commit linting via pre-commit by @lwjohnst86 in #16
- style: 🎨 ran pre-commit hooks, apply fixes by @lwjohnst86 in #19
- chore: 🔨 update config and build settings for quartodoc by @lwjohnst86 in #18
- chore: 🧑💻 add jupyter extension to recommended list by @lwjohnst86 in #21
- chore: 🔥 remove Django-specific configs by @lwjohnst86 in #22
- ci: 👷 add workflow to update version by @lwjohnst86 in #20
- ci: 👷 needs to push to main, not from PRs by @lwjohnst86 in #23
- ci: 👷 minor updates to make things clearer by @lwjohnst86 in #24
- ci: 👷 forgot to remove this if condition by @lwjohnst86 in #25
- chore: 🧑💻 use justfile as checklist in template by @lwjohnst86 in #26
- chore: 🔥 small revisions to synching files by @lwjohnst86 in #27
- chore: 🔧 update changelog on bump by @signekb in #28
- fix: 🔨 update test snippet to given, when, then by @signekb in #29
- ci: 👷 general clean up and fixes to workflows by @lwjohnst86 in #36
- build: 🔨 removed the
reset-local
recipe by @lwjohnst86 in #32 - fix: add
test-python
torun-all
by @signekb in #38 - feat: ✨ add examples section to docstring template by @signekb in #39
- fix: 🔥 remove django debugger by @signekb in #44
- chore: 🔀 general updates to template by @lwjohnst86 in #45
- fix: 🐛 remove auto-built reference docs before/after building by @lwjohnst86 in #47
- fix: 🔨 the
check-commits
recipe wasn't correctly checking them by @lwjohnst86 in #48 - build: 🐛
rm
needs-f
so it doesn't error when there is no file by @lwjohnst86 in #49 - ci: 👷 switch to use the reusable "add to board" by @lwjohnst86 in #52
- chore: 🔥 remove leftover commented out includes by @lwjohnst86 in #53
- chore: 🎨 ran pre-commit hooks so repo can be tracked by the CI by @lwjohnst86 in #54
- build: 🔨 switch to using uv by @lwjohnst86 in #51
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #55
- build: 🔨 build coverage report and badge by @lwjohnst86 in #56
- ci: 👷 lint is now part of build workflow by @lwjohnst86 in #57
- build: 🔨 add bandit security checks to justfile by @lwjohnst86 in #58
- build: 🔨 move pytest options into
pytest.ini
so VS Code detects them by @lwjohnst86 in #59 - docs: 📝 instructions on installing deps after project creation by @lwjohnst86 in #62
- chore: 🔧 remove leftover extensions, replace spell checker by @lwjohnst86 in #61
- build: 🔨 add spell checker to justfile by @lwjohnst86 in #60
- ci: 🔒 use GitHub App for short-lived token creation by @lwjohnst86 in #63
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #64
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #65
- chore: 🧑💻 add some recommended extensions by @lwjohnst86 in #66
- ci: 👷 update to use GitHub App for adding to board by @lwjohnst86 in #67
- ci: 📝 use a shorter name for workflow by @lwjohnst86 in #68
- ci: 👷 use GitHub App token for syncing files by @lwjohnst86 in #69
- ci: 🐛 needs to be
GH_INSTALLATION_TOKEN
for GitHub Apps by @lwjohnst86 in #70 - ci: 🐛 syncing workflow needs extra settings by @lwjohnst86 in #71
- ci: 🐛 error with team maybe? and set branch to this repo by @lwjohnst86 in #72
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #73
- build: 🔨 update justfile with recipes from Sprout by @lwjohnst86 in #75
- ci: 🛂 add permissions for setting release of a tag by @lwjohnst86 in #78
- build: ♻️ add allowlist to vulture recipe by @lwjohnst86 in #79
- chore: 🧑💻 simplify the PR template by @lwjohnst86 in #80
- build: 🔨 add a "install pre-commit" justfile recipe by @lwjohnst86 in #77
- chore: 🧑💻 add typos as a pre-commit hook by @lwjohnst86 in #76
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #81
- ci: 👷 switch to using reusable workflow by @lwjohnst86 in #83
- build: 🔧 don't regenerate all of CHANGELOG each time by @lwjohnst86 in #82
- ci: 🔒 explicitly set permissions, move to job-level by @lwjohnst86 in #84
- ci: 👷 run build package and website workflows on all pushes by @lwjohnst86 in #86
- ci: 🔒 add security scanning workflows by @lwjohnst86 in #85
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #87
- build: 🔧 add mypy config by @martonvago in https://github.com/seedcase-project/template-python-...