Skip to content

[1.3.0] - 2023-11-24

Latest
Compare
Choose a tag to compare
@darioalessandro darioalessandro released this 25 Nov 02:15
· 2 commits to main since this release
a0ccf4a
  • Added versioning and changelog.
  • Transitioned from cargo actions to Docker Compose actions, enabling Docker Compose to run on CI. This change enhances the continuous integration process by leveraging the capabilities of Docker Compose for building and testing the application.
  • Upgraded Yew to a newer version, ensuring the frontend framework is up-to-date with the latest features and improvements.
  • Replaced PostgreSQL with SQLx for database interactions. This shift to SQLx modernizes the database access layer, providing more flexibility and asynchronous support.

(PR #26)
(PR #27)