What's Changed
- Fix direct-minimal-versions #61
- Fix and activate by default NDEBUG feature #62
- Fix Token type #63
- Fix sql_cmds example #64
- Fix typos #67
- Use #[expect(lint)] where possible #68
- MSRV #71
- Fix bench labels #75
- Changed yystack from
Vec::new()
toVec::with_capacity(YYSTACKDEPTH)
#76 - Boxed Select #80
New Contributors
- @krishvishal made their first contribution in #76
Full Changelog: v0.13.0...v0.14.0