Skip to content

v0.0.43

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 01:25
· 198 commits to main since this release
48cd057

git-changelog --input docs/changelog.md --release-notes

v0.0.43 - 2024-02-01

Compare with v0.0.42

Build

  • bump pdm-project/setup-pdm from 3 to 4 (#291) (508a8fd by dependabot[bot]). Signed-off-by: dependabot[bot] support@github.com, Co-authored-by: Xuan Hu i@huxuan.org
  • 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 to distribution 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 of only 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

  • Add devcontainer related badges in README. (#282) (56cc109 by Xuan (Sean) Hu).