Skip to content

v0.1.20

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 02:40
· 22 commits to main since this release
d7ec76b

Changes

  • Dependency Upgrades

    • Updated several dependencies to their latest versions:
      • sea-orm to version 1.1.2
      • serde to version 1.0.215
      • thiserror to version 2.0.5
      • url to version 2.5.4
      • clap to version 4.5.23
      • lightningcss to version 1.0.0-alpha.61
      • proc-macro2 to version 1.0.92
      • time to version 0.3.37
  • Code Refactoring

    • Simplified lifetime annotations in markup template definitions, enhancing code readability.
    • Allowed Clippy lint for needless lifetimes owing to the generator macro requirements.
  • Docker image upgrades

    • Updated base images for Docker:
      • Debian base image updated from 12.7-slim to 12.8-slim.
      • Alpine base image updated from 3.20.3 to 3.21.0.

Full Changelog: v0.1.19...v0.1.20