# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.1.0 (2025-01-08)
### New Features
- <csr-id-3a70c76fd3b5b9e176d3a3dfa023518eb1fb5bba/> Add initial project structure for Rust plugin system
- Created a workspace in `Cargo.toml` with multiple members including plugin interface, macros, host, and example plugins.
### Commit Statistics
<csr-read-only-do-not-edit/>
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
* **Uncategorized**
- Release plugin-interface v0.1.0 ([`b659b5d`](https://github.com/Lydanne/plugrs/commit/b659b5dcdd1b784ee587c348bfd8483cfbb3a2d3))
- Add initial project structure for Rust plugin system ([`3a70c76`](https://github.com/Lydanne/plugrs/commit/3a70c76fd3b5b9e176d3a3dfa023518eb1fb5bba))
</details>