v0.6.15

leptos-rs/leptosv0.6.15Sep 18, 2024by gbj

AI Summary

A maintenance patch addressing a security advisory regarding an unmaintained dependency and improving Rust Analyzer support.

Key Highlights

  • Switched from `proc-macro-error` to `proc-macro-error2` to address RUSTSEC-2024-0370.
  • Fixed Rust Analyzer hover information and redundant spans.

New Features

  • Security update (proc-macro-error2)
  • Improved Rust Analyzer support

Full Release Notes

Belated release notes for 0.6.15. This was a quick patch release to incorporate two changes, one to improve rust-analyzer support and the other to switch from the unmaintained `proc-macro-error` to `proc-macro-error2` per [RUSTSEC](https://rustsec.org/advisories/RUSTSEC-2024-0370.html).

## What's Changed
* [0.6] fix: Rust-Analyzer hover information / redundant spans by @chrisp60 in https://github.com/leptos-rs/leptos/pull/2840
* leptos 0.6: Switch to `proc-macro-error2` to address unmaintained security advisory. by @azriel91 in https://github.com/leptos-rs/leptos/pull/2935


**Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.14...v0.6.15