Skip to content

cot-v0.6.0

Latest

Choose a tag to compare

@cotbot cotbot released this 19 Mar 00:09
· 2 commits to master since this release
460b273

View diff on diff.rs

New features

  • (orm) Support custom migrations (#455) (by @m4tx)
  • Implement To/FromDbValue for chrono::DateTime<Utc> (#474) (by @m4tx)
  • Add (De)Serialize and JsonSchema to Html (#487) (by @m4tx)

Other

  • [breaking] Extract framework core to cot-core (#444) (by @seqre)
  • [breaking] Remove deprecated items (#457) (by @m4tx)
  • [breaking] Make Project require Send (#472) (by @m4tx)
  • [breaking] (crypto) Use blake3 instead of sha2 (#499) (by @m4tx)
  • Various tiny doc fixes (#450) (by @m4tx)
  • Update README to remove production warning (#478) (by @m4tx)
  • (deps) Bump all deps (#498) (by @m4tx)
  • (ci) Disable branch coverage for now (#500) (by @m4tx)
  • Add docs-site with locally-sourced docs (#510) (by @m4tx)
  • Improve repository configuration (#511) (by @seqre)

Contributors