Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 988 Bytes

CHANGELOG.md

File metadata and controls

58 lines (37 loc) · 988 Bytes

v0.2.6

Adapted

  • New version of axum

v0.2.5

Added

v0.2.4

Added

  • Documentation for the project

v0.2.3

Added

v0.2.2

Fixed

  • runtime error on async inside async fixed
  • tonic server template download error fixed

v0.2.0

Visual transformations

  • Added emojis and progress bar, making the output more pleasant.

v0.1.5

Added

v0.1.4

Added

v0.1.3

Added

  • Support for MySQL and SQLite using diesel.rs
    • Support for all 3 databases (Postgres, MySQL, SQLite) in sea-orm is available from v0.1.1 itself

v0.1.2

Added

  • ci/cd workflow
  • Actix + Diesel.rs + Postgres + Sea-ORM supported