This release improves the detection of Neoverse microarchitectures, and adds Zen 5. It also contains minor library improvements, e.g. `Microarchitecture` objects can now be stored in sets.
What's Changed
Microarchitectures
* Use the "cpupart" field when detecting AArch64 by alalazo in https://github.com/archspec/archspec/pull/177
* Remove the `ssbs` feature from ARM cpus by alalazo in https://github.com/archspec/archspec/pull/178
* Add support for Zen 5 by alalazo in https://github.com/archspec/archspec/pull/184
* Remove PDCM from sapphirerapids by alalazo in https://github.com/archspec/archspec/pull/186
Library improvements
* Allow using Microarchitecture in sets by alalazo in https://github.com/archspec/archspec/pull/179
* Cache the "family" and "generic" computation by alalazo in https://github.com/archspec/archspec/pull/185
**Full Changelog**: https://github.com/archspec/archspec/compare/v0.2.4...v0.2.5