v0.6.9

leptos-rs/leptosv0.6.9Mar 5, 2024by benwis

AI Summary

A minor patch release focused on fixing imports in Cargo and minor bug fixes. It adds MessagePack codec support.

Key Highlights

  • Fix imports in Cargo
  • Add MessagePack codec support
  • Minor example fixes (e.g., renaming Todos::new() to Todos::default())

New Features

  • MessagePack codec

Full Release Notes

Mostly this release exists to fix imports in Cargo, as well as a few minor bug fixes
## What's Changed
* Minor: examples/todomvc -   Rename Todos::new()  as  Todos::default(). by @martinfrances107 in https://github.com/leptos-rs/leptos/pull/2390
* Add MessagePack codec by @johnbchron in https://github.com/leptos-rs/leptos/pull/2371

## New Contributors
* @johnbchron made their first contribution in https://github.com/leptos-rs/leptos/pull/2371

**Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.8...v0.6.9