Skip to content

cot-cli-v0.4.0

Choose a tag to compare

@cotbot cotbot released this 11 Sep 21:45
· 48 commits to master since this release
e8a3fd1

View diff on diff.rs

New features

  • [breaking] Add SelectField; support more chrono form fields (#345) (by @m4tx)
  • [breaking] Error handling overhaul, more powerful custom error handlers (#373) (by @m4tx)
  • Support multiple session stores (#277) (by @ElijahAhianyo)
  • DB session store implementation (#360) (by @ElijahAhianyo)

Other

  • [breaking] (deps) Bump all dependencies (#361) (by @dependabot[bot])
  • Fix clippy warnings on Rust 1.88 (#355) (by @m4tx)
  • Warn on clippy::allow_attributes; fix clippy warnings (#363) (by @m4tx)
  • (pre-commit) Add HTML/Jinja2 linter & formatter (#365) (by @melroy12)

Contributors