Changes
-
Dependency Upgrades
- Updated several dependencies to their latest versions:
sea-orm
to version 1.1.2serde
to version 1.0.215thiserror
to version 2.0.5url
to version 2.5.4clap
to version 4.5.23lightningcss
to version 1.0.0-alpha.61proc-macro2
to version 1.0.92time
to version 0.3.37
- Updated several dependencies to their latest versions:
-
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.
- Updated base images for Docker:
Full Changelog: v0.1.19...v0.1.20