# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [v0.2.0] - 2024-10-19 ### Added - use `riscv-pac` result types for trait implementations ### Changed - Adapt to new version of `riscv-pac` traits. - `PLIC` now expects interrupt enums to implement the `riscv_pac::ExternalInterruptNumber` trait. ### Fixed - `clippy` fixes ## [v0.1.0] - 2024-02-15 ### Added - Add `ACLINT`, `CLINT`, and `PLIC` structs