# 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.3.0 (2025-10-02)
<csr-id-cbaa6f2f4d502acbc50ae505955df6587336f27a/>
<csr-id-0cf367c1a0acf147309b6c6172cba4da0de6e96a/>
### Chore
- <csr-id-cbaa6f2f4d502acbc50ae505955df6587336f27a/> add package metadata for publishing
- Add description and license fields to all crates
- Add MIT and Apache 2.0 license files
- Fix dependency version specifications for publishing
### Chore
- <csr-id-0cf367c1a0acf147309b6c6172cba4da0de6e96a/> add CHANGELOG.md to document project updates and versioning
### New Features
- <csr-id-21ecbc4f07daf5e1c9a00cb43c41c6cf005e67e2/> migrated plugin strategy top use dynamic libraries over wasm
- <csr-id-eae3fc75ab3ffb782d1cbf7a283941b6f62cb676/> add initial project setup with automated release pipeline and changelog
- <csr-id-ba97df4a3e55625f0971b05a2bc9f008e4b45189/> initial version
### Bug Fixes
- <csr-id-23237e6a2addb09a52177d8a5d021bf6b1d0172b/> update marty_plugin_protocol dependency to remove version specification
- <csr-id-3782308b26c3c16ef7102ceaf61a6c8c8873c4a1/> update package versions in Cargo.toml files to 0.3.0 and 0.1.0
### Commit Statistics
<csr-read-only-do-not-edit/>
- 9 commits contributed to the release.
- 7 commits were 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 marty_plugin_protocol v0.3.0 ([`e489535`](https://github.com/codyspate/marty/commit/e4895354de214df067328cc7302212fa6619242b))
- Add CHANGELOG.md to document project updates and versioning ([`0cf367c`](https://github.com/codyspate/marty/commit/0cf367c1a0acf147309b6c6172cba4da0de6e96a))
- Update marty_plugin_protocol dependency to remove version specification ([`23237e6`](https://github.com/codyspate/marty/commit/23237e6a2addb09a52177d8a5d021bf6b1d0172b))
- Update package versions in Cargo.toml files to 0.3.0 and 0.1.0 ([`3782308`](https://github.com/codyspate/marty/commit/3782308b26c3c16ef7102ceaf61a6c8c8873c4a1))
- Migrated plugin strategy top use dynamic libraries over wasm ([`21ecbc4`](https://github.com/codyspate/marty/commit/21ecbc4f07daf5e1c9a00cb43c41c6cf005e67e2))
- Merge pull request #1 from codyspate/release-v0.1.0 ([`11182e9`](https://github.com/codyspate/marty/commit/11182e9ba0d209dd7a9b4eb32c57d85b3e57d124))
- Add package metadata for publishing ([`cbaa6f2`](https://github.com/codyspate/marty/commit/cbaa6f2f4d502acbc50ae505955df6587336f27a))
- Add initial project setup with automated release pipeline and changelog ([`eae3fc7`](https://github.com/codyspate/marty/commit/eae3fc75ab3ffb782d1cbf7a283941b6f62cb676))
- Initial version ([`ba97df4`](https://github.com/codyspate/marty/commit/ba97df4a3e55625f0971b05a2bc9f008e4b45189))
</details>