Releases: serious-scaffold/ss-python
Releases · serious-scaffold/ss-python
v0.0.47
v0.0.46
v0.0.44
v0.0.43
git-changelog --input docs/changelog.md --release-notes
v0.0.43 - 2024-02-01
Build
- bump pdm-project/setup-pdm from 3 to 4 (#291) (508a8fd by dependabot[bot]). Signed-off-by: dependabot[bot] [email protected], Co-authored-by: Xuan Hu [email protected]
- Add py.typed marker file according to PEP-561. (#287) (ee11ce1 by Xuan (Sean) Hu).
- bump actions/deploy-pages from 3 to 4 (#259) (060a60f by dependabot[bot]).
- bump actions/upload-pages-artifact from 2 to 3 (#258) (3b61c6c by dependabot[bot]).
- bump the prod group with 9 updates (#252) (008caa4 by dependabot[bot]).
- bump actions/upload-artifact from 3 to 4 (#253) (ae5a4de by dependabot[bot]).
- bump actions/download-artifact from 3 to 4 (#254) (aa37d4f by dependabot[bot]).
- bump actions/setup-python from 4 to 5 (#250) (9d5ae13 by dependabot[bot]).
- bump actions/deploy-pages from 2 to 3 (#249) (018e43f by dependabot[bot]).
- bump the prod group with 24 updates (#248) (02e6110 by dependabot[bot]).
- bump the prod group with 15 updates (#240) (2859203 by dependabot[bot]).
Chore
- Adaptive container registry host. (#290) (253ab0f by Xuan (Sean) Hu).
- Update settings for code actions on save for vscode v1.85.0. (#289) (c8ec825 by Xuan (Sean) Hu).
- Rename config
package-type
todistribution
for pdm v2.12.0. (#288) (435fb7d by Xuan (Sean) Hu). - Unify the name for folders, makefile rules and dependency groups. (#284) (fcc88df by Xuan (Sean) Hu).
- Support manually trigger for GitHub devcontainer workflow. (#286) (6679b8b by Xuan (Sean) Hu).
- Use bash as the default shell for the non-root user in devcontainer. (#285) (49c8e12 by Xuan (Sean) Hu).
- Add devcontainer configuration. (#281) (4b037a6 by Xuan (Sean) Hu).
- Remove json related pre-commit hooks due to jsonc incompatibility. (#278) (cec66ff by Xuan (Sean) Hu).
- Reset the default user to root in dev container. (#276) (3cd389a by Xuan (Sean) Hu).
- Add non-root user and install pre-commit in the image. (#267) (7bc53a8 by Xuan (Sean) Hu).
- Use
rules
instead ofonly
in GitLab CI/CD. (#269) (5626341 by Xuan (Sean) Hu). - Use check for pdm lock. (#268) (cb2f0fc by Xuan (Sean) Hu).
- Update the date in LICENSE. (#266) (222f2d0 by Xuan (Sean) Hu).
- Add devcontainer prebuild with GitHub Actions and GitLab CI/CD. (#263) (61c281d by Xuan (Sean) Hu).
- Include .pdm-build/ in gitignore and make clean. (#261) (61cf06b by Xuan (Sean) Hu).
- Use pdm instead of pipenv. (#255) (ae62160 by Xuan (Sean) Hu).
- Minor change pre-commit config with reformat. (#247) (1bbb601 by Xuan (Sean) Hu).
- Sync ruff. (#246) (4fb5d67 by Xuan (Sean) Hu).
- Update gitignore. (#241) (b98c536 by Xuan (Sean) Hu).
Continuous Integration
- Publish both dev and prod containers when release. (#295) (48cd057 by Xuan (Sean) Hu).
- Unify workflow names and orders. (#293) (e1b77b9 by Xuan (Sean) Hu).
- Utilize
before_script
in GitLab CI/CD. (#283) (7c01ac7 by Xuan (Sean) Hu).
Docs
v0.0.42
v0.0.41
v0.0.40
v0.0.40 - 2023-10-27
Build
- bump the prod group with 12 updates (#212) (af3d5d8 by dependabot[bot]).
- bump the prod group with 9 updates (#208) (5a63efc by dependabot[bot]).
- bump the prod group with 14 updates (#204) (75b8614 by dependabot[bot]).
Chore
- More robust coverage badge generation. (#215) (d664add by Xuan (Sean) Hu).
- Remove docs/changelog.md from .gitignore. (#206) (223e6bd by Xuan (Sean) Hu).
Docs
- Add development status as template option. (#219) (fed3045 by Xuan (Sean) Hu).
- Refine project management docs. (#218) (4d243e9 by Xuan (Sean) Hu).
- Add docs for project management. (#217) (024ade5 by Xuan (Sean) Hu).
- Unify title capitalization for environment management. (#216) (9219fe6 by Xuan (Sean) Hu).
- Make logo badge and url fixed. (#214) (97112fd by Xuan (Sean) Hu).
- No code fence and the official myst VSCode extension. (#213) (3042979 by Xuan (Sean) Hu).
- Further utilize note admonition. (#211) (a3c7c94 by Xuan (Sean) Hu).
- Fix capitalization consistency problem. (#210) (f88f19e by Xuan (Sean) Hu).
- Add documentation for environment management. (#209) (5dcaa4b by Xuan (Sean) Hu).
- Fix rst parsing in cli reference. (#205) (9d80336 by Xuan (Sean) Hu).
v0.0.39
v0.0.39 - 2023-10-08
Build
Chore
Continuous Integration
- Support prerelease according to PEP440. (#199) (72ad9ce by Xuan (Sean) Hu).
- Use single quotes for grep and echo with literal string. (#197) (457578a by Xuan (Sean) Hu).
Docs
Features
- Support Python 3.12. (#203) (da08c2e by Xuan (Sean) Hu).
- add license option (#187) (5b42dbe by msclock). Co-authored-by: Xuan (Sean) Hu [email protected]