Skip to content

v0.5.0

Compare
Choose a tag to compare
@chesedo chesedo released this 19 Aug 05:43
· 1167 commits to main since this release
1d1ba78

Features 🚀

#[shuttle_service::main]
async fn main(
    #[shared::MongoDb] db: Database, // Get a shared MongoDB
) -> shuttle_service::ShuttlePoem<impl poem::Endpoint> {
    ...
}

Misc 🌱

  • [#277] Migrated to CircleCI
  • [#308] Table of contributors in README.md