# Changelog
All notable changes to this project will be documented in this file.
## [0.0.3](https://github.com/YoloDev/rstml-component/compare/0.0.2..0.0.3) - 2024-02-11
### 🐛 Bug Fixes
- Wrong pointer offset - ([d30fb47](https://github.com/YoloDev/rstml-component/commit/d30fb4713ef7faae6a5b41528ad930bda36bc60a))
### 🔨 Chore
- Add some more testing - ([5286b07](https://github.com/YoloDev/rstml-component/commit/5286b07c7257dd4842c892e0ad59647c8de8c6bb))
- Improve some `BufMut` methods - ([c5024e6](https://github.com/YoloDev/rstml-component/commit/c5024e6fcf3d171988b099dd1730bbe787c02368))
- Add `bytes::BufMut` support - ([7e7a2a4](https://github.com/YoloDev/rstml-component/commit/7e7a2a46969ac9163bfd0d69964ed21f73ce85c8))
## [0.0.2](https://github.com/YoloDev/rstml-component/compare/0.0.1..0.0.2) - 2024-02-11
### ✨ Features
- Allow shared buffers to have larger capacity than length - ([bcd38f1](https://github.com/YoloDev/rstml-component/commit/bcd38f1441baaf66d6b70c3e55c57664a85e787d))
- Try_unique - ([87e26d8](https://github.com/YoloDev/rstml-component/commit/87e26d88431454db41b5f63c797e05dfb339a6aa))
### 🔨 Chore
- Fix clippy warning - ([29fd0d8](https://github.com/YoloDev/rstml-component/commit/29fd0d8f63ac78e398e331fd034e5164286dfc4c))
## [0.0.1] - 2024-02-10
### ✨ Features
- Shared buffer - ([5b03e9b](https://github.com/YoloDev/rstml-component/commit/5b03e9bd4cd99b0b03e5cc0142e6ee4f91d29a5c))